FAQ | This is a LIVE service | Changelog

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

script logic fix

parent e62767e8
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
......@@ -31,7 +31,7 @@ debug-vars:
# Retrieve Access Token used to retrieve published Maven packages from GitLab Maven Repository
.maven.deploy_tokens:
- |
if [ $MAVEN_ACCESS_TOKENS_DISABLED != "1" ]; then
if [ "$MAVEN_ACCESS_TOKENS_DISABLED" != "1" ]; then
if ! [ -x "$(command -v apt-get)" ]; then
apk add --no-cache curl jq git
else
......
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