Skip to content

Commit

Permalink
[Issue #140] small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scaphilo committed Jan 28, 2019
1 parent 43d3f02 commit 7af2141
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ pipeline {
steps {
sh '''
. virtualenv/bin/activate
rm -r koalixcrm_deploy
if [ -f koalixcrm_deploy ]; then
rm -rf koalixcrm_deploy
fi
mkdir koalixcrm_deploy
cd koalixcrm_deploy
git clone git@bitbucket.org:scaphilo/hetzner_jenkins_start_script.git
Expand Down

0 comments on commit 7af2141

Please sign in to comment.