Skip to content

Commit

Permalink
reduce code in preparing directories
Browse files Browse the repository at this point in the history
  • Loading branch information
rparadowski authored and rafalparadowski committed Jul 22, 2020
1 parent 654ea91 commit b1b8281
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .cilibs/prepare_directories.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
BUILD_OS=linux
BUILD_ARCH=amd64

echo "Prepare directories"
sudo mkdir /floodgate
sudo chmod 777 /floodgate
mkdir -p /floodgate/bin
sudo bash -c "source .cilibs/prepare_extra_directories.sh"
mkdir -p /floodgate/libs
mkdir -p /floodgate/resources
cp -r sponnet /floodgate/libs/
Expand Down

0 comments on commit b1b8281

Please sign in to comment.