Skip to content

Commit

Permalink
Fix / - substitution in launch.sh branchnames
Browse files Browse the repository at this point in the history
  • Loading branch information
araistrick authored and pvl-bot committed Jan 6, 2025
1 parent a0edebc commit d09026c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ INFINIGEN_VERSION=$(python -c "import infinigen; print(infinigen.__version__)")
COMMIT_HASH=$(git rev-parse HEAD | cut -c 1-6)
DATE=$(date '+%Y-%m-%d')
JOBTAG="${DATE}_ifg-int"
BRANCH=$(git rev-parse --abbrev-ref HEAD | sed 's/_/-/g; s/\//_/g')
BRANCH=$(git rev-parse --abbrev-ref HEAD | sed 's/_/-/g; s|/|-|g; s/\//_/g')
VERSION_STRING="${DATE}_${BRANCH}_${COMMIT_HASH}_${USER}"

mkdir -p $OUTPUT_PATH
Expand Down

0 comments on commit d09026c

Please sign in to comment.