We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 867014f commit 15d4c85Copy full SHA for 15d4c85
.gitpod.yml
@@ -37,4 +37,8 @@ tasks:
37
sed -i 's#/var/lib/mysql#'$GITPOD_REPO_ROOT'/mysql#g' /etc/mysql/conf.d/mysqld.cnf;
38
sudo sed -i 's#/var/lib/mysql#'$GITPOD_REPO_ROOT'/mysql#g' /etc/supervisor/conf.d/mysql.conf;
39
sudo /etc/init.d/supervisor start & \ ;
40
- test ! -f $GITPOD_REPO_ROOT/gitpod/db-installed.flag && $GITPOD_REPO_ROOT/gitpod/m2-install.sh
+ test ! -f $GITPOD_REPO_ROOT/gitpod/db-installed.flag && $GITPOD_REPO_ROOT/gitpod/m2-install.sh;
41
+ url=$(gp url | awk -F"//" {'print $2'}) && url="https://8002-"$url"/";
42
+ php bin/magento config:set web/unsecure/base_url $url;
43
+ php bin/magento config:set web/unsecure/base_link_url $url;
44
+ php bin/magento config:set web/secure/base_url $url;
0 commit comments