Skip to content

Commit

Permalink
Temporary change to pipeline to allow deployment to test OTC-649
Browse files Browse the repository at this point in the history
  • Loading branch information
kdouglas-tgsd committed Aug 6, 2020
1 parent fcd3313 commit 0c97928
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ Configure Service Account:
# Patch the service account to use the secret above for image pull
- |
kubectl -n mojaloop patch serviceaccount default -p "{\"imagePullSecrets\": [{\"name\": \"${CI_PROJECT_NAME}-imagepullsecret\"}]}"
only:
refs:
- feature/OTC
# Deployment requires the mojaloop cluster to be configured in gitlab
Expand Down Expand Up @@ -119,6 +116,3 @@ Deploy to Dev:
--reuse-values \
--set centralsettlement.image.repository=$CI_REGISTRY_IMAGE \
--set centralsettlement.image.tag=$IMAGE_TAG
only:
refs:
- feature/OTC

0 comments on commit 0c97928

Please sign in to comment.