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:
image: gradle:latest
pull: true

View File

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

View File

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

View File

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

View File

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