Compare commits

...

2 commits

Author SHA1 Message Date
ec42e96225 don't test
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/tag/release Pipeline was successful
ci/woodpecker/tag/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/tag/test Pipeline failed
ci/woodpecker/push/release Pipeline failed
2022-06-11 19:38:00 +01:00
6aa81ad716 pls
Some checks failed
ci/woodpecker/push/release Pipeline failed
ci/woodpecker/push/test unknown status
ci/woodpecker/push/lint Pipeline failed
2022-06-11 19:37:24 +01:00
3 changed files with 11 additions and 5 deletions

View file

@ -7,4 +7,4 @@ pipeline:
- mix format --check-formatted
when:
event:
- push
- tag

View file

@ -16,7 +16,7 @@ pipeline:
glibc:
when:
event:
- tag
- push
secrets:
- SCW_ACCESS_KEY
- SCW_SECRET_KEY
@ -44,7 +44,7 @@ pipeline:
musl:
when:
event:
- tag
- push
secrets:
- SCW_ACCESS_KEY
- SCW_SECRET_KEY
@ -58,6 +58,12 @@ pipeline:
- rm -rf release || true
- rm -rf _build || true
- rm -rf /root/.mix
- rm scaleway-cli || true
- 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
- chmod +x scaleway-cli
- ./scaleway-cli object config install type=rclone
- mix local.hex --force
- mix local.rebar --force
- mix deps.clean --all

View file

@ -10,7 +10,7 @@ pipeline:
image: pleromaforkci/ci-base:${ELIXIR_VERSION}
when:
event:
- push
- tag
environment:
MIX_ENV: test
commands:
@ -24,7 +24,7 @@ pipeline:
image: pleromaforkci/ci-base:${ELIXIR_VERSION}
when:
event:
- push
- tag
environment:
MIX_ENV: test
POSTGRES_DB: pleroma_test