Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ghsc
Hazards Development Team
earthquake-geoserve-ui
Commits
cb991220
Commit
cb991220
authored
May 28, 2019
by
Malin, James (Contractor) Christopher
Browse files
test print APP vars
parent
b890b2cc
Pipeline
#872
failed with stages
in 17 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
cb991220
...
@@ -97,9 +97,7 @@ build:
...
@@ -97,9 +97,7 @@ build:
script
:
script
:
-
echo "Building..."
-
echo "Building..."
-
for var in "${!APP_@}"; do
-
for var in "${!APP_@}"; do printf '%s=%s\n' "$var" "${!var}"; done
-
printf '%s=%s\n' "$var" "${!var}"
-
done
# # build a local directory to be used later for testing or deploying
# # build a local directory to be used later for testing or deploying
# - mkdir docker-images
# - mkdir docker-images
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment