[build] Remove log
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/jfmod Pipeline was successful Details
ci/woodpecker/tag/docs Pipeline was successful Details
ci/woodpecker/tag/jfmod Pipeline was successful Details

This commit is contained in:
Johannes Frohnmeyer 2022-11-25 16:18:04 +01:00
parent d41570a205
commit 425f78d575
Signed by: Johannes
GPG Key ID: E76429612C2929F4
1 changed files with 1 additions and 13 deletions

View File

@ -1,14 +1,2 @@
#link https://pages.frohnmeyer-wds.de/scripts/docs.yml
#link https://pages.frohnmeyer-wds.de/scripts/jfmod.yml
pipeline:
test:
image: gradle:alpine
commands:
- echo $CI_PIPELINE_EVENT
- echo $CI_COMMIT_BRANCH
- echo $CI_REPO_DEFAULT_BRANCH
- if [ $CI_PIPELINE_EVENT = tag ]; then echo yes; else echo no; fi
- if [ $CI_COMMIT_BRANCH = $CI_REPO_DEFAULT_BRANCH ]; then echo yes; else echo no; fi
- if [ $CI_PIPELINE_EVENT = tag ] && [ $CI_COMMIT_BRANCH = $CI_REPO_DEFAULT_BRANCH ]; then echo yes; else echo no; fi
- env
#link https://pages.frohnmeyer-wds.de/scripts/jfmod.yml