Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
ci: change commands order (#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
niv1612 authored Apr 4, 2023
1 parent cc66ecc commit 8d6039d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/custom_changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ git log -n 5 --format="%h" > latest5commits.txt
cat latest5commits.txt
git log -n 5 > latest5commits.txt
cat latest5commits.txt
git pull --unshallow
git checkout main
git pull --unshallow
git status
git log -n 5 --format="%h" > latest5commits.txt
cat latest5commits.txt
Expand Down

0 comments on commit 8d6039d

Please sign in to comment.