Skip to content

Commit 25b98f7

Browse files
chore: Update build-product.yml workflow to check if app is deployed by ArgoCD
1 parent 6ae0bf3 commit 25b98f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-product.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
- name: Check if app deployed by ArgoCD
8888
id: argocd-deployed-app
8989
run: |
90+
pwd
9091
result=$(jq '.apps | index("${{ steps.get-parameters.outputs.app }}") != null' ./.github/argocd-deployed-apps.json)
9192
if [ "$result" = "true" ]; then
9293
echo "ARGOCD_DEPLOYED_APP=true" >> $GITHUB_ENV

0 commit comments

Comments
 (0)