Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Commit

Permalink
Remove --record from gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
JustHumanz committed Mar 8, 2021
1 parent 0b47391 commit a96ae49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ deploy:
- echo -n ${KUBE_CONFIG} | base64 -d > $HOME/.kube/config
- kubectl config get-contexts
- kubectl --record deployment.apps/go-simp-fanart set image deployment.v1.apps/go-simp-fanart fanart=registry.gitlab.com/justhumanz/go-simp/fanart:"$CI_COMMIT_TAG"
- kubectl set env deployment/go-simp-frontend VERSION="$CI_COMMIT_TAG"
- kubectl --record deployment.apps/go-simp-frontend set image deployment.v1.apps/go-simp-frontend frontend=registry.gitlab.com/justhumanz/go-simp/frontend:"$CI_COMMIT_TAG"
- kubectl set env deployment.apps/go-simp-frontend VERSION="$CI_COMMIT_TAG" --record=true
- kubectl --record deployment.apps/go-simp-guild set image deployment.v1.apps/go-simp-guild guild=registry.gitlab.com/justhumanz/go-simp/guild:"$CI_COMMIT_TAG"
- kubectl --record deployment.apps/go-simp-live set image deployment.v1.apps/go-simp-live livestream=registry.gitlab.com/justhumanz/go-simp/livestream:"$CI_COMMIT_TAG"
- kubectl --record deployment.apps/go-simp-pilot set image deployment.v1.apps/go-simp-pilot pilot=registry.gitlab.com/justhumanz/go-simp/pilot:"$CI_COMMIT_TAG"
Expand Down

0 comments on commit a96ae49

Please sign in to comment.