Skip to content

Commit

Permalink
--show-current available in git >=2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
johanlundberg committed Jan 10, 2024
1 parent 6a3e6d8 commit 25b8ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build-production:
npm run build-production

build: node_modules build-staging build-production
git branch --show-current > build/revision.txt
git rev-parse --abbrev-ref HEAD > build/revision.txt
git describe --always >> build/revision.txt; git log -n 1 >> build/revision.txt

just_test:
Expand Down

0 comments on commit 25b8ad3

Please sign in to comment.