ci: fix build on cron event
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
e56542f6b4
commit
ad3d61344b
1 changed files with 5 additions and 2 deletions
|
@ -18,5 +18,8 @@ pipeline:
|
||||||
- sudo -u build --preserve-env=CI_REPO_REMOTE,CI_COMMIT_BRANCH,CI_PREV_COMMIT_SHA,GIT_PASSWORD sh -c './build.sh'
|
- sudo -u build --preserve-env=CI_REPO_REMOTE,CI_COMMIT_BRANCH,CI_PREV_COMMIT_SHA,GIT_PASSWORD sh -c './build.sh'
|
||||||
secrets: [pgp_id, pgp_key, pgp_pwd, git_password]
|
secrets: [pgp_id, pgp_key, pgp_pwd, git_password]
|
||||||
when:
|
when:
|
||||||
branch:
|
branch: master
|
||||||
- master
|
event:
|
||||||
|
- push
|
||||||
|
- cron
|
||||||
|
- tag
|
||||||
|
|
Loading…
Add table
Reference in a new issue