Some more debugging

main
Jef Roosens 2022-01-22 22:02:22 +01:00
parent 8aeabe3476
commit 7552e0e86f
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ pipeline:
image: 'chewingbever/vlang:latest'
secrets: [ s3_username, s3_password ]
commands:
- git clone "$CI_REPO_REMOTE"
- git clone "$CI_REPO_REMOTE" .
- git checkout "$CI_COMMIT_BRANCH"
# Write the title to a file that the plugin can then read
- echo "$(git describe --tags --abbrev=0 2> /dev/null || echo '0.0.0')-$(git rev-list --count ^dev)" > title