forked from vieter-v/vieter
Some more debugging
parent
8aeabe3476
commit
7552e0e86f
|
@ -8,7 +8,7 @@ pipeline:
|
||||||
image: 'chewingbever/vlang:latest'
|
image: 'chewingbever/vlang:latest'
|
||||||
secrets: [ s3_username, s3_password ]
|
secrets: [ s3_username, s3_password ]
|
||||||
commands:
|
commands:
|
||||||
- git clone "$CI_REPO_REMOTE"
|
- git clone "$CI_REPO_REMOTE" .
|
||||||
- git checkout "$CI_COMMIT_BRANCH"
|
- git checkout "$CI_COMMIT_BRANCH"
|
||||||
# Write the title to a file that the plugin can then read
|
# 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
|
- echo "$(git describe --tags --abbrev=0 2> /dev/null || echo '0.0.0')-$(git rev-list --count ^dev)" > title
|
||||||
|
|
Loading…
Reference in New Issue