Skip to content

Commit

Permalink
Use only random port; fix parallel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
francoilol committed Nov 30, 2018
1 parent 5c15144 commit 3000aab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Expand Up @@ -113,6 +113,7 @@ pipeline {
cd $WORKSPACE/$BRANCH_NAME
cp .env.development .env
sed -i -r -e '/ports:/,+2d' docker-compose.yml
# random port assignment
cat <<EOF >docker-compose.override.yml
version: "2"
Expand Down

0 comments on commit 3000aab

Please sign in to comment.