Skip to content

Commit

Permalink
Merge pull request github#158 from github/rashiq-fix-deploy-tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
rashiq authored Sep 20, 2023
2 parents 9744d4d + 57a9835 commit 62c2480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/build-deploy-tarball
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ cp ${tarball}.gz "$BUILD_ARTIFACT_DIR"/freno/
### HACK HACK HACK ###
# blame @carlosmn, @mattr, @timvaillancourt and @rashiq
# Allow builds on buster to also be used for focal
focal_tarball_name=$(echo $(basename "${tarball}") | sed s/-stretch-/-focal-/)
focal_tarball_name=$(echo $(basename "${tarball}") | sed s/-buster-/-focal-/)
cp ${tarball}.gz "$BUILD_ARTIFACT_DIR/freno/${focal_tarball_name}.gz"

0 comments on commit 62c2480

Please sign in to comment.