Skip to content

Commit

Permalink
chore: Fix OLD_BASE_COMMIT calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe committed Sep 29, 2024
1 parent 2ca7be4 commit 97e32a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
echo
OLD_BASE_COMMIT=$(git checkout -b nightly --track origin/nightly && git log nightly --skip=1 -n 1 --format=%H)
git checkout -b nightly --track origin/nightly
OLD_BASE_COMMIT=$(git log nightly --skip=1 -n 1 --format=%H)
echo "Nightly commit ID is $OLD_BASE_COMMIT"
Expand Down

0 comments on commit 97e32a2

Please sign in to comment.