gib pattern
Some checks failed
ci/woodpecker/push/docs Pipeline is pending
ci/woodpecker/push/release Pipeline is pending
ci/woodpecker/push/test Pipeline is pending
ci/woodpecker/tag/test Pipeline was successful
ci/woodpecker/tag/docs Pipeline was successful
ci/woodpecker/tag/release Pipeline failed
Some checks failed
ci/woodpecker/push/docs Pipeline is pending
ci/woodpecker/push/release Pipeline is pending
ci/woodpecker/push/test Pipeline is pending
ci/woodpecker/tag/test Pipeline was successful
ci/woodpecker/tag/docs Pipeline was successful
ci/woodpecker/tag/release Pipeline failed
This commit is contained in:
parent
05cf3c7759
commit
0f007e79ff
1 changed files with 2 additions and 4 deletions
|
@ -17,10 +17,6 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
branch:
|
|
||||||
- develop
|
|
||||||
- stable
|
|
||||||
- test-* # woodpecker is dumdum
|
|
||||||
secrets:
|
secrets:
|
||||||
- SCW_ACCESS_KEY
|
- SCW_ACCESS_KEY
|
||||||
- SCW_SECRET_KEY
|
- SCW_SECRET_KEY
|
||||||
|
@ -29,6 +25,8 @@ pipeline:
|
||||||
environment:
|
environment:
|
||||||
MIX_ENV: prod
|
MIX_ENV: prod
|
||||||
commands:
|
commands:
|
||||||
|
- echo $CI_COMMIT_BRANCH
|
||||||
|
- rm ~/nope
|
||||||
- apt-get update && apt-get install -y cmake libmagic-dev rclone zip imagemagick libmagic-dev
|
- apt-get update && apt-get install -y cmake libmagic-dev rclone zip imagemagick libmagic-dev
|
||||||
- wget https://github.com/scaleway/scaleway-cli/releases/download/v2.5.1/scaleway-cli_2.5.1_linux_amd64
|
- wget https://github.com/scaleway/scaleway-cli/releases/download/v2.5.1/scaleway-cli_2.5.1_linux_amd64
|
||||||
- mv scaleway-cli_2.5.1_linux_amd64 scaleway-cli
|
- mv scaleway-cli_2.5.1_linux_amd64 scaleway-cli
|
||||||
|
|
Loading…
Reference in a new issue