Skip to content

Commit 8e7e150

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

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
@@ -88,6 +88,7 @@ jobs:
8888
id: argocd-deployed-app
8989
run: |
9090
pwd
91+
ls
9192
result=$(jq '.apps | index("${{ steps.get-parameters.outputs.app }}") != null' ./.github/argocd-deployed-apps.json)
9293
if [ "$result" = "true" ]; then
9394
echo "ARGOCD_DEPLOYED_APP=true" >> $GITHUB_ENV

0 commit comments

Comments
 (0)