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
ea00b1e6
Commit
ea00b1e6
authored
Feb 24, 2021
by
Georgi Petkov
Browse files
chore: revert back all other changes in production.yml and review.yml
parent
c6de048d
Pipeline
#29301
passed with stages
in 20 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
gitlab-ci/production.yml
View file @
ea00b1e6
...
...
@@ -75,8 +75,6 @@ production:
EOF
-
kubectl create namespace ${NAMESPACE_SLUG} --dry-run -o yaml | kubectl
apply -f -
-
echo "production.yml"
-
terraform --version
-
terraform init
-
terraform workspace new ${DEPLOYMENT_NAME} ||
true
-
terraform workspace select ${DEPLOYMENT_NAME}
...
...
gitlab-ci/review.yml
View file @
ea00b1e6
...
...
@@ -199,8 +199,6 @@ master_deploy_to_review:
EOF
-
kubectl create namespace ${NAMESPACE_SLUG} --dry-run -o yaml | kubectl
apply -f -
-
echo "review.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