CI: Updathe the image to v7
ci/woodpecker/push/lint Pipeline failed Details
ci/woodpecker/push/build Pipeline failed Details

This commit is contained in:
Sameer Rahmani 2023-02-04 00:59:32 +00:00
parent 15d4449c26
commit ec692c6ccd
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
2 changed files with 2 additions and 8 deletions

View File

@ -1,15 +1,9 @@
pipeline:
Prepare:
image: beta.devheroes.codes/serene/ci:6
image: beta.devheroes.codes/serene/ci:7
commands:
- ./builder deps pull toolchain
- ./builder deps pull bdwgc
volumes:
- serene_config:/root/.serene
Build:
image: beta.devheroes.codes/serene/ci:4
commands:
- source activate
- ./builder build

View File

@ -8,7 +8,7 @@ clone:
pipeline:
Linters:
image: beta.devheroes.codes/serene/ci:6
image: beta.devheroes.codes/serene/ci:7
commands:
- ./builder setup
- export FILES="$(git diff --name-only HEAD HEAD~1)"