We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a422540 commit 0c4e860Copy full SHA for 0c4e860
docker/justfile
@@ -21,7 +21,7 @@ build env="dev": _dotenv
21
test -z "${SKIP_BUILD:-}" || { echo "SKIP_BUILD set"; exit 0; }
22
# build the thing
23
export BUILD_DATE=$(date -u +'%y-%m-%dT%H:%M:%SZ')
24
- export GITREF=$(Pgit rev-parse --short HEAD)
+ export GITREF=$(git rev-parse --short HEAD)
25
docker compose build --pull {{ env }}
26
27
0 commit comments