diff --git a/.woodpecker/.gradle.yml b/.woodpecker/.gradle.yml index 095995e..e6d1964 100644 --- a/.woodpecker/.gradle.yml +++ b/.woodpecker/.gradle.yml @@ -1,4 +1,4 @@ -pipeline: +steps: maven: image: gradle:latest pull: true diff --git a/.woodpecker/.pages.yml b/.woodpecker/.pages.yml index cd52e99..edcdd1c 100644 --- a/.woodpecker/.pages.yml +++ b/.woodpecker/.pages.yml @@ -1,6 +1,7 @@ -pipeline: +steps: scripts: image: woodpeckerci/plugin-s3 + pull: true settings: bucket: pages region: nebula diff --git a/static/clone.yml b/static/clone.yml index e9362e1..34a118b 100644 --- a/static/clone.yml +++ b/static/clone.yml @@ -1,5 +1,6 @@ clone: git: image: woodpeckerci/plugin-git + pull: true settings: tags: true \ No newline at end of file diff --git a/static/docs.yml b/static/docs.yml index 0e6f63b..0c6f240 100644 --- a/static/docs.yml +++ b/static/docs.yml @@ -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 diff --git a/static/jfmod.yml b/static/jfmod.yml index dd2fb50..b95554e 100644 --- a/static/jfmod.yml +++ b/static/jfmod.yml @@ -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