Skip to content

Commit

Permalink
build: remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
innobead committed Dec 9, 2023
1 parent af60b2d commit c807c45
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ prj_dir := justfile_directory()
build_cache_dir := prj_dir / '.cache'
build_dir := prj_dir / '.target'

build_commit := "`git rev-parse --short HEAD 2>/dev/null`-`date +%Y%m%d%H%M%S`"
build_tag := `git describe --tags --dirty 2>/dev/null`
huber_artifact_script := prj_dir / 'hack/huber-artifact-name.sh'
managed_pkg_root_dir := prj_dir / 'generated'
huber_exec := prj_dir / '/target/debug/huber'
Expand Down

0 comments on commit c807c45

Please sign in to comment.