Skip to content

Commit

Permalink
Fix deploy tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
rashiq authored Sep 20, 2023
1 parent 9744d4d commit 57a9835
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 57a9835

Please sign in to comment.