未验证 提交 a4420918 编写于 作者: S Serge Rider 提交者: GitHub

Merge pull request #9491 from riednyko/comment_cleanup_part

Commented snapcraft cleanup part
......@@ -62,15 +62,15 @@ parts:
#
# More info: https://snapcraft-utils-library.readthedocs.io/en/latest/lib/cleanup.html
#
cleanup:
after: # Make this part run last; list all your other parts here
- dbeaver-ce
plugin: nil
build-snaps: # List all content-snaps and base snaps you're using here
- core18
- gnome-3-28-1804
override-prime: |
set -eux
for snap in "core18" "gnome-3-28-1804"; do # List all content-snaps and base snaps you're using here
cd "/snap/$snap/current" && find . -type f,l -exec rm -f "$SNAPCRAFT_PRIME/{}" \;
done
#cleanup:
# after: # Make this part run last; list all your other parts here
# - dbeaver-ce
# plugin: nil
# build-snaps: # List all content-snaps and base snaps you're using here
# - core18
# - gnome-3-28-1804
# override-prime: |
# set -eux
# for snap in "core18" "gnome-3-28-1804"; do # List all content-snaps and base snaps you're using here
# cd "/snap/$snap/current" && find . -type f,l -exec rm -f "$SNAPCRAFT_PRIME/{}" \;
# done
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册