Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jredbeard committed Feb 1, 2017
1 parent 97c2594 commit a84b07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ciscripts/buildscript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [[ $IMAGE_NAME == "steemit/steem:stable" ]] ; then
fi
# switch workspace into directory used for branch
mkdir ${GIT_BRANCH#*/}
cp -r temp-repo-folder/* ${GIT_BRANCH#*/}
cp -a temp-repo-folder/. ${GIT_BRANCH#*/}
rm -rf temp-repo-folder/*
cd ${GIT_BRANCH#*/}
sudo docker build -t=$IMAGE_NAME .
Expand Down

0 comments on commit a84b07d

Please sign in to comment.