FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 7c95e3b8 authored by Kevin Hooke's avatar Kevin Hooke
Browse files

syntax in script strings

parent cc31651f
No related branches found
No related tags found
1 merge request!104Combined maven pipeline configs from WRS and Java Common into a new common template
......@@ -26,10 +26,10 @@ variables:
debug-vars:
script:
- echo "MAVEN_ACCESS_TOKENS_DISABLED: $MAVEN_ACCESS_TOKENS_DISABLED"
- echo "MAVEN_DEPLOY_DISABLED: $MAVEN_DEPLOY_DISABLED"
- echo "CI_COMMIT_BRANCH: $CI_COMMIT_BRANCH"
- echo "CI_DEFAULT_BRANCH: $CI_DEFAULT_BRANCH"
- 'echo "MAVEN_ACCESS_TOKENS_DISABLED: $MAVEN_ACCESS_TOKENS_DISABLED"'
- 'echo "MAVEN_DEPLOY_DISABLED: $MAVEN_DEPLOY_DISABLED"'
- 'echo "CI_COMMIT_BRANCH: $CI_COMMIT_BRANCH"'
- 'echo "CI_DEFAULT_BRANCH: $CI_DEFAULT_BRANCH"'
# Retrieve Access Token used to retrieve published Maven packages from GitLab Maven Repository
.maven.deploy_tokens:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment