Skip to content

Commit

Permalink
fix package_gcsfuse.sh (#2445)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmeenkaur authored Sep 4, 2024
1 parent 8aea596 commit 47b45fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/cd_scripts/package_gcsfuse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ sudo apt-get install git -y
# It is require for multi-arch support
sudo apt-get install qemu-user-static binfmt-support
git clone https://github.com/GoogleCloudPlatform/gcsfuse.git
git checkout "v$RELEASE_VERSION_TAG"
cd gcsfuse/tools/package_gcsfuse_docker/
# Setting set +e to capture error output in log file and send it on the bucket.
set +e
Expand Down

0 comments on commit 47b45fe

Please sign in to comment.