File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 78
78
-f ${{ env.KUBERNETES_MANIFEST_FILE_PATH }} \
79
79
-r ${{ env.AZURE_CONTAINER_REGISTRY }} \
80
80
-t ${{ env.IMAGE_TAG }}
81
+
82
+ rm -rf cicd-deployment-scripts-self-hosted
81
83
82
84
git add ${{ env.KUBERNETES_MANIFEST_FILE_PATH }}
83
85
git commit -m "ci(${{ github.event.repository.name }}): $KUBERNETES_POD_NEW_IMAGE" || true
88
90
--head $AUTOMATED_RELEASE_BRANCH \
89
91
--title "ci(${{ github.event.repository.name }}): $KUBERNETES_POD_NEW_IMAGE" \
90
92
--body "Automated release for ${{ github.event.repository.name }}: $KUBERNETES_POD_NEW_IMAGE" \
91
- --assignee ${{ github.repository_owner }}/devops-admin \
92
93
--draft \
93
94
--repo ${{ github.repository_owner }}/${{ env.KUBERNETES_CLUSTER_REPO_NAME }} || true
95
+ # --reviewer ${{ github.repository_owner }}/devops-admin \
You can’t perform that action at this time.
0 commit comments