We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc3f9a6 commit f03379bCopy full SHA for f03379b
.devcontainer/devcontainer.json
@@ -8,4 +8,5 @@
8
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
9
},
10
"remoteUser": "vscode",
11
+ "workspaceFolder": "/workspace"
12
}
.gitpod/automations.yaml
@@ -50,7 +50,7 @@
50
tasks:
51
cloneInit:
52
command: |
53
- git clone https://github.com/allforks/automations_bug /workspaces/init || true
+ git clone https://github.com/allforks/automations_bug /workspace/init || true
54
description: Clone init repository
55
name: "Clone init repository"
56
triggeredBy:
0 commit comments