Escape move
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Johannes Frohnmeyer 2022-11-02 23:52:03 +01:00
parent 94c9e46f8b
commit fcf729e65a
Signed by: Johannes
GPG Key ID: E76429612C2929F4
1 changed files with 1 additions and 2 deletions

View File

@ -22,8 +22,7 @@ pipeline:
- gradle --build-cache :launcher-dist:build -Pflavor=windows -Ppublic -Ptimestamp=${CI_PIPELINE_STARTED}
- gradle --build-cache :launcher-dist:build -Pflavor=linux -Ppublic -Ptimestamp=${CI_PIPELINE_STARTED}
- gradle --build-cache :launcher-dist:build -Pflavor=macos -Ppublic -Ptimestamp=${CI_PIPELINE_STARTED}
- for f in launcher-dist/build/libs/Inceptum-*-*-*.jar; do mv "$f" "public/Inceptum-${f##*-}";done
- ls public
- for f in launcher-dist/build/libs/Inceptum-*-*-*.jar; do mv "$f" "public/Inceptum-$${f##*-}";done
- mv public/Inceptum-fat.jar public/Inceptum.jar
build_wrapper:
image: gradle:alpine