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
c6de048d
Commit
c6de048d
authored
Feb 24, 2021
by
Georgi Petkov
Browse files
chore: revert back all changes in staging.yml
parent
930f29b3
Pipeline
#29299
passed with stages
in 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gitlab-ci/staging.yml
View file @
c6de048d
...
...
@@ -22,7 +22,6 @@ 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)
-
|
...
...
@@ -56,8 +55,6 @@ staging:
EOF
-
kubectl create namespace ${NAMESPACE_SLUG} --dry-run -o yaml | kubectl
apply -f -
-
echo "staging.yml"
-
terraform --version
-
terraform init
-
terraform workspace new ${DEPLOYMENT_NAME} ||
true
-
terraform workspace select ${DEPLOYMENT_NAME}
...
...
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