mirror of
https://github.com/firecow/gitlab-ci-local.git
synced 2026-02-07 00:25:45 +01:00
Do not generate zip file in publish-dev shell script
Some checks failed
build / yamllint (push) Has been cancelled
build / smoke-test (push) Has been cancelled
build / eslint (push) Has been cancelled
build / unused-deps (push) Has been cancelled
build / jest (push) Has been cancelled
build / CodeQL (push) Has been cancelled
Some checks failed
build / yamllint (push) Has been cancelled
build / smoke-test (push) Has been cancelled
build / eslint (push) Has been cancelled
build / unused-deps (push) Has been cancelled
build / jest (push) Has been cancelled
build / CodeQL (push) Has been cancelled
This commit is contained in:
@@ -37,6 +37,3 @@ mv "bin/gitlab-ci-local_${VERSION}_amd64.deb" "ppa/"
|
||||
(cd ppa && apt-ftparchive release . > Release)
|
||||
(cd ppa && gpg --default-key "madsjon@gmail.com" -abs -o - Release > Release.gpg)
|
||||
(cd ppa && gpg --default-key "madsjon@gmail.com" --clearsign -o - Release > InRelease)
|
||||
|
||||
rm -f ppa/ppa.zip
|
||||
(cd ppa && zip -r ppa.zip .)
|
||||
|
||||
Reference in New Issue
Block a user