Skip to content

Commit

Permalink
Fixed ci blt settings
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Sep 28, 2023
1 parent 75939b7 commit a9c1f4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ tasks:
composer update --no-interaction &&
rm -rf docroot/*/custom/* &&
composer install --prefer-source --no-interaction &&
cd docroot/profiles/custom/vpge_profile &&
git remote set-url origin [email protected]:SU-SWS/vpge_profile.git &&
cd $GITPOD_REPO_ROOT &&
Expand Down
6 changes: 3 additions & 3 deletions blt/ci.blt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ project:

drupal:
db:
host: 127.0.0.1
host: mysql
port: 3306
username: root
password: ''
username: drupal
password: drupal
database: drupal

0 comments on commit a9c1f4b

Please sign in to comment.