Skip to content

Commit

Permalink
fix build-manifest scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiasac committed Apr 15, 2024
1 parent 1911e4f commit e108c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-manifest.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -evo pipefail

REF="$(git rev-parse --short HEAD)#refs/heads/"
REF="${$(git rev-parse --short HEAD)#refs/heads/}"
VERSION=${VERSION:-$REF}
BUILD_DIR=/tmp/ndc-stripe
ROOT="$(pwd)"
Expand Down

0 comments on commit e108c01

Please sign in to comment.