Skip to content

Commit

Permalink
WIP calculate changed apps
Browse files Browse the repository at this point in the history
  • Loading branch information
bperel committed Aug 23, 2024
1 parent f56051b commit 47e2c76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:

- name: Check apps changed since the last successful commit
run: |
# if [ "${{ env.NX_HEAD }}" = "ffffff" ]; then
: # if [ "${{ env.NX_HEAD }}" = "ffffff" ]; then
changedAppsCommitFilter=''
# else
# changedAppsCommitFilter=" -F '[${{ env.NX_HEAD }}]'"
# fi
: # else
: # changedAppsCommitFilter=" -F '[${{ env.NX_HEAD }}]'"
: # fi
changedAppsFilter=$(pnpm -r $changedAppsCommitFilter ls --depth -1 -j \
\| jq -r '.[] \
\| select(.path | contains("apps/")) | .name' \
Expand Down

0 comments on commit 47e2c76

Please sign in to comment.