Skip to content

Commit

Permalink
CI: small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
HMKnapp committed May 23, 2022
1 parent 3b2980e commit 1af3eeb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .docker/magento2/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ function setup_store() {
--admin-user=${MAGENTO2_ADMIN_USER} \
--admin-password=${MAGENTO2_ADMIN_PASS} \
--base-url=https://${MAGENTO2_BASEURL} \
--db-host=magento2_db_qcp \
--db-name=$MAGENTO2_DB_NAME \
--db-user=$MAGENTO2_DB_USER \
--db-password=$MAGENTO2_DB_PASS \
--db-host=${MAGENTO2_DB_HOST} \
--db-name=${MAGENTO2_DB_NAME} \
--db-user=${MAGENTO2_DB_USER} \
--db-password=${MAGENTO2_DB_PASS} \
--db-prefix=qcp \
--currency=EUR \
--timezone=Europe/Vienna \
Expand Down

0 comments on commit 1af3eeb

Please sign in to comment.