Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
DevOps
Project Templates
Commits
9c28bcd0
Commit
9c28bcd0
authored
Feb 23, 2021
by
Georgi Petkov
Browse files
chore:enabling debug in staging.yml
parent
52355e29
Pipeline
#29297
passed with stages
in 31 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
gitlab-ci/staging.yml
View file @
9c28bcd0
...
...
@@ -2,6 +2,7 @@ staging:
stage
:
deploy
image
:
registry.brickblock.sh/devops/deploy
variables
:
CI_DEBUG_TRACE
:
"
true"
NODE_ENV
:
staging
GOOGLE_PROJECT
:
bbk-staging
JQ_TRANSFORMATION
:
'
...
...
@@ -22,6 +23,7 @@ staging:
name
:
staging
url
:
https://${FIRST_INGRESS}
script
:
-
echo " --- staging script starts here ---"
-
jq "${JQ_TRANSFORMATION}" brickblock.json > terraform.tfvars.json
-
export FIRST_INGRESS=$(jq "${JQ_FIRST_INGRESS}" terraform.tfvars.json)
-
|
...
...
Write
Preview
Markdown
is supported
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