Always pull images, use steps head
ci/woodpecker/manual/gradle Pipeline was successful Details
ci/woodpecker/manual/pages Pipeline was successful Details

This commit is contained in:
Johannes Frohnmeyer 2023-12-07 19:06:56 +01:00
parent ebc3e438b1
commit 120aab1c0f
Signed by: Johannes
GPG Key ID: E76429612C2929F4
5 changed files with 9 additions and 4 deletions

View File

@ -1,4 +1,4 @@
pipeline: steps:
maven: maven:
image: gradle:latest image: gradle:latest
pull: true pull: true

View File

@ -1,6 +1,7 @@
pipeline: steps:
scripts: scripts:
image: woodpeckerci/plugin-s3 image: woodpeckerci/plugin-s3
pull: true
settings: settings:
bucket: pages bucket: pages
region: nebula region: nebula

View File

@ -1,5 +1,6 @@
clone: clone:
git: git:
image: woodpeckerci/plugin-git image: woodpeckerci/plugin-git
pull: true
settings: settings:
tags: true tags: true

View File

@ -1,8 +1,9 @@
#include https://pages.frohnmeyer-wds.de/scripts/clone.yml #include https://pages.frohnmeyer-wds.de/scripts/clone.yml
pipeline: steps:
build: build:
image: archlinux:latest image: archlinux:latest
pull: true
commands: commands:
- pacman -Syu mdbook --noconfirm - pacman -Syu mdbook --noconfirm
- mdbook build - mdbook build
@ -10,6 +11,7 @@ pipeline:
- branch: master - branch: master
publish: publish:
image: woodpeckerci/plugin-s3 image: woodpeckerci/plugin-s3
pull: true
settings: settings:
bucket: pages bucket: pages
region: nebula region: nebula

View File

@ -1,6 +1,6 @@
#include https://pages.frohnmeyer-wds.de/scripts/clone.yml #include https://pages.frohnmeyer-wds.de/scripts/clone.yml
pipeline: steps:
build_test: build_test:
image: gradle:latest image: gradle:latest
pull: true pull: true
@ -13,6 +13,7 @@ pipeline:
secrets: [ maven_token, maven_name, modrinth_api_token, curseforge_api_token ] secrets: [ maven_token, maven_name, modrinth_api_token, curseforge_api_token ]
artifacts: artifacts:
image: woodpeckerci/plugin-s3 image: woodpeckerci/plugin-s3
pull: true
settings: settings:
bucket: pages bucket: pages
region: nebula region: nebula