Commit 7eb465a1 authored by skahate's avatar skahate

Update .gitlab-ci.yml

parent 51cd0382
Pipeline #7047 failed with stages
in 23 seconds
......@@ -26,7 +26,7 @@ ReleaseCleanup:
stage: ReleaseCleanup
script:
- echo `pwd`
- cd ./helm && /sbin/helm delete --purge $RELEASE_NAME && exit 0
- cd ./helm && /usr/local/bin/helm uninstall $RELEASE_NAME
allow_failure: true
ReleaseDeploy:
......@@ -36,7 +36,7 @@ ReleaseDeploy:
- sed -i s/#BUILD_ID#/$CI_PIPELINE_ID/g ./helm/service/values.yaml
- sed -i s/#SERVICE_PORT#/$SERVICE_PORT/g ./helm/service/values.yaml
- kubectl config use-context arn:aws:eks:us-west-2:751503455312:cluster/pg-eks
- cd ./helm && /sbin/helm install service --name $RELEASE_NAME
- cd ./helm && /usr/local/bin/helm install $RELEASE_NAME service
Validation:
stage: Validation
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment