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 c48f208 commit 219c996Copy full SHA for 219c996
.gitpod.yml
@@ -4,7 +4,7 @@ tasks:
4
- name: Setup
5
init: |
6
make deps
7
- echo -e "[server]\nROOT_URL = https://3000-$GITPOD_WORKSPACE_ID.${GITPOD_WORKSPACE_CLUSTER_HOST}/" >> ./custom/conf/app.ini
+ export GITEA__server__ROOT_URL="https://3000-$GITPOD_WORKSPACE_ID.${GITPOD_WORKSPACE_CLUSTER_HOST}/"
8
command: |
9
gp sync-done setup
10
exit 0
0 commit comments