We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd83d0 commit 14d729cCopy full SHA for 14d729c
.github/workflows/on-push.yaml
@@ -84,5 +84,5 @@ jobs:
84
./ci docker run qctrl/ci-images:google-cloud-sdk-ci sh -- -c '
85
. ./.aws-credentials;
86
aws eks update-kubeconfig --alias hidden --name platform-dev2 --region us-east-1;
87
- kubectl -n qctrl-platform set image deployment/python-open-controls-docs python-open-controls-docs=qctrl/python-open-controls-docs:$COMMIT && kubectl -n qctrl-platform rollout status deployment/python-open-controls-docs;
+ kubectl -n qctrl-platform set image deployment/python-open-controls-docs python-open-controls-docs=qctrl/open-controls-docs:$COMMIT && kubectl -n qctrl-platform rollout status deployment/python-open-controls-docs;
88
'
0 commit comments