Skip to content

Commit

Permalink
Merge remote-tracking branch 'ezplatform-ee/3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Jun 24, 2021
2 parents 71c83e2 + a81fdb8 commit e2bbd10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/.travis/trusty/setup_from_external_repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ if [ "$COMPOSE_FILE" = "" ] ; then
exit 1
fi

if [[ -n "${DOCKER_PASSWORD}" ]]; then
echo "> Set up Docker credentials"
echo ${DOCKER_PASSWORD} | docker login -u ${DOCKER_USERNAME} --password-stdin
fi

echo "> Move '$REPO_DIR' to 'tmp_travis_folder'"
mv $REPO_DIR tmp_travis_folder
ls -al tmp_travis_folder
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
},
"conflict": {
"doctrine/persistence": "1.3.2",
"lexik/jwt-authentication-bundle": "2.12.0",
"symfony/framework-bundle": "5.1.0",
"symfony/symfony": "*"
},
Expand Down

0 comments on commit e2bbd10

Please sign in to comment.