We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c926e03 commit a16e69dCopy full SHA for a16e69d
.github/workflows/k8s_edit.yml
@@ -68,7 +68,7 @@ jobs:
68
69
git fetch origin
70
git checkout $AUTOMATED_RELEASE_BRANCH || git checkout -b $AUTOMATED_RELEASE_BRANCH
71
-
+
72
bash cicd-deployment-scripts-self-hosted/k8s/edit.sh \
73
-n ${{ env.KUBERNETES_NAMESPACE }} \
74
-d ${{ github.event.repository.name }} \
@@ -77,7 +77,7 @@ jobs:
77
-t ${{ env.IMAGE_TAG }}
78
79
git add ${{ env.KUBERNETES_MANIFEST_FILE_PATH }}
80
- git commit -m "ci(${{ github.event.repository.name }}): $KUBERNETES_POD_NEW_IMAGE"
+ git commit -m "ci(${{ github.event.repository.name }}): $KUBERNETES_POD_NEW_IMAGE" || true
81
git push origin $AUTOMATED_RELEASE_BRANCH
82
83
gh pr create \
0 commit comments