test
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
jusax23 2022-11-07 21:12:26 +01:00
parent c3d1102ff4
commit 7665d03ecb
2 changed files with 11 additions and 2 deletions

View file

@ -9,3 +9,11 @@ pipeline:
- mkdir build
- npm run build
- ls build
- echo $${CI_REPO}
- echo $${CI_REPO_OWNER}
- echo $${CI_REPO_NAME}
- echo $${CI_REPO_SCM}
- echo $${CI_REPO_LINK}
- echo $${CI_REPO_REMOTE}
- echo $${CI_REPO_DEFAULT_BRANCH}
- echo $${CI_REPO_PRIVATE}

View file

@ -1,2 +1,3 @@
test:
1
2