Skip to content

Commit

Permalink
Hardcode commit sha in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Jan 29, 2025
1 parent 80f7b52 commit dcc5f76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/cancel.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ endif
ADD_REVISION?=0

BRANCH=$(shell git rev-parse --abbrev-ref HEAD)
COMMIT_SHA=$(shell git rev-parse --short HEAD)
COMMIT_SHA=9fd0c49885f2d1a9da1b2f3339bd0c9915fc2caa
COMMIT_DATE=$(shell \
if [ "$$(uname)" = "Darwin" ]; then \
date -u -r $$(git show -s --format=%ct HEAD) +%Y%m%d%H%M%S; \
Expand Down

0 comments on commit dcc5f76

Please sign in to comment.