Skip to content
Snippets Groups Projects
Commit 5200b67b authored by Daniel Bosen's avatar Daniel Bosen Committed by Christian Fritsch
Browse files

Issue #3000132 by daniel.bosen: Travis: Don't move the distro folder around during update

parent 299b89ce
Branches
Tags
No related merge requests found
......@@ -48,6 +48,11 @@
composer create-project burdamagazinorg/thunder-project:2.x ${TEST_DIR} --stability dev --no-interaction --no-install
cd ${TEST_DIR}
if [[ ${TEST_UPDATE} == "true" ]]; then
sed -i 's/docroot\/profiles\/contrib/docroot\/profiles/g' composer.json
fi
composer config repositories.thunder path ${THUNDER_DIST_DIR}
composer require "burdamagazinorg/thunder:*" "drupal/thunder_admin:dev-2.x" --no-progress
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment