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 219c996 commit d3b868fCopy full SHA for d3b868f
.gitpod.yml
@@ -4,7 +4,6 @@ tasks:
4
- name: Setup
5
init: |
6
make deps
7
- export GITEA__server__ROOT_URL="https://3000-$GITPOD_WORKSPACE_ID.${GITPOD_WORKSPACE_CLUSTER_HOST}/"
8
command: |
9
gp sync-done setup
10
exit 0
@@ -15,7 +14,8 @@ tasks:
15
14
- name: Run backend
16
17
gp sync-await setup
18
- export TAGS="bindata sqlite sqlite_unlock_notify"
+ export GITEA__server__ROOT_URL="https://3000-$GITPOD_WORKSPACE_ID.${GITPOD_WORKSPACE_CLUSTER_HOST}/"
+ export TAGS="sqlite sqlite_unlock_notify"
19
make watch-backend
20
21
vscode:
0 commit comments