summaryrefslogtreecommitdiff
path: root/.gitpod.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-31 00:10:56 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-31 00:10:56 +0000
commitc6b5500fab8e068b0c9f611f2a8ec67a10520b74 (patch)
tree9c80e73a31fa9a50850d30109e7df10c3612cddd /.gitpod.yml
parentad7c2ae366fcdb08b2cab1d726120e25f9b225bf (diff)
downloadgitlab-ce-c6b5500fab8e068b0c9f611f2a8ec67a10520b74.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitpod.yml')
-rw-r--r--.gitpod.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
index 6b77ee18e1e..e9cc798ed19 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -16,6 +16,10 @@ tasks:
# GitLab
[[ -d /workspace/gitlab ]] && ln -fs /workspace/gitlab /workspace/gitlab-development-kit/gitlab
mv /workspace/gitlab-development-kit/secrets.yml /workspace/gitlab-development-kit/gitlab/config
+ # update gdk.yml
+ gdk config set gitlab.rails.hostname $(gp url 3000 | sed -e 's+^http[s]*://++')
+ gdk config set gitlab.rails.port 443
+ gdk config set gitlab.rails.https.enabled true
# reconfigure GDK
echo "$(date) – Reconfiguring GDK" | tee -a /workspace/startup.log
gdk reconfigure