Skip to content

Commit

Permalink
Merge branch 'main' of github.com:wundergraph/cosmo-federation-demos …
Browse files Browse the repository at this point in the history
…into suvij/update-products-family
  • Loading branch information
JivusAyrus committed Sep 4, 2024
2 parents 16349d5 + 3bb8c17 commit 1b0999a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
fi
done
echo '${{ steps.ff.outputs.feature_subgraphs_to_deploy }}' | jq -c '.[]' | while read -r subgraph; do
echo '${{ steps.ff.outputs.feature_subgraphs_to_destroy }}' | jq -c '.[]' | while read -r subgraph; do
name=$(echo "$subgraph" | jq -r '.featureSubgraphName')
flyctl apps destroy $name --yes
done
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
run: |
echo '${{ steps.ff.outputs.feature_subgraphs_to_deploy }}' | jq -c '.[]' | while read -r subgraph; do
echo '${{ steps.ff.outputs.feature_subgraphs_to_destroy }}' | jq -c '.[]' | while read -r subgraph; do
name=$(echo "$subgraph" | jq -r '.featureSubgraphName')
flyctl apps destroy $name --yes
done

0 comments on commit 1b0999a

Please sign in to comment.