Skip to content

Commit

Permalink
chore: Update build-product.yml workflow to fix path for argocd-deplo…
Browse files Browse the repository at this point in the history
…yed-apps.json
  • Loading branch information
dv-hossam-radwan committed May 17, 2024
1 parent 8e7e150 commit a00f9af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,7 @@ jobs:
- name: Check if app deployed by ArgoCD
id: argocd-deployed-app
run: |
pwd
ls
result=$(jq '.apps | index("${{ steps.get-parameters.outputs.app }}") != null' ./.github/argocd-deployed-apps.json)
result=$(jq '.apps | index("${{ steps.get-parameters.outputs.app }}") != null' ./tmp/github-workflows/.github/argocd-deployed-apps.json)
if [ "$result" = "true" ]; then
echo "ARGOCD_DEPLOYED_APP=true" >> $GITHUB_ENV
else
Expand Down

0 comments on commit a00f9af

Please sign in to comment.