Skip to content

Commit

Permalink
Create release folder before using it
Browse files Browse the repository at this point in the history
  • Loading branch information
neelimamukiri committed Feb 18, 2017
1 parent 413c902 commit 9fc57a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/swarm_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pushd cluster
ssh_key=$(vagrant ssh-config contiv-node3 | grep IdentityFile | awk '{print $2}' | xargs)
popd
# Extract and launch the installer
mkdir -p release
cd release
if [ "$install_version" != "contiv-devbuild" ];then
# For release builds, get the build from github releases
Expand Down Expand Up @@ -46,4 +47,5 @@ EOF
fi
done
echo "Install FAILED"
exit 1
exit 1

0 comments on commit 9fc57a1

Please sign in to comment.