Skip to content

Commit f03379b

Browse files
committed
up
1 parent cc3f9a6 commit f03379b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
99
},
1010
"remoteUser": "vscode",
11+
"workspaceFolder": "/workspace"
1112
}

.gitpod/automations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
tasks:
5151
cloneInit:
5252
command: |
53-
git clone https://github.com/allforks/automations_bug /workspaces/init || true
53+
git clone https://github.com/allforks/automations_bug /workspace/init || true
5454
description: Clone init repository
5555
name: "Clone init repository"
5656
triggeredBy:

0 commit comments

Comments
 (0)