Skip to content

Commit

Permalink
[patch] Mark scripts in the CLI tgz executable (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
durera authored May 9, 2023
1 parent b05a015 commit 56eb61d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/bin/build-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ fi
sed -i "s#VERSION=latest#VERSION=${VERSION}#g" ${GITHUB_WORKSPACE}/image/cli/mascli/mas

cd $GITHUB_WORKSPACE/image/cli/mascli
chmod ug+x $GITHUB_WORKSPACE/image/cli/mascli/mas
chmod ug+x $GITHUB_WORKSPACE/image/cli/mascli/must-gather/*
tar -czvf $GITHUB_WORKSPACE/ibm-mas-cli-$VERSION.tgz --directory $GITHUB_WORKSPACE/image/cli/mascli *

0 comments on commit 56eb61d

Please sign in to comment.