Skip to content

Commit f2b8a9d

Browse files
Fix syntax errors in automations (#7)
1 parent e325f1e commit f2b8a9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitpod/automations.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ services:
6767
- postEnvironmentStart
6868
commands:
6969
start: |
70-
cd /workspaces/gitpodflix-demo/management-ui
70+
cd /workspaces/gitpodflix-demo/management-ui
7171
7272
# Wait for vite to be available
7373
echo "Waiting for vite to be available..."
@@ -104,7 +104,7 @@ services:
104104
- postEnvironmentStart
105105
commands:
106106
start: |
107-
cd /workspaces/gitpodflix-demo/frontend
107+
cd /workspaces/gitpodflix-demo/frontend
108108
109109
# Wait for vite to be available
110110
echo "Waiting for vite to be available..."
@@ -141,7 +141,7 @@ tasks:
141141
- manual
142142
- postEnvironmentStart
143143
command: |
144-
cd /workspaces/gitpodflix-demo/database/main
144+
cd /workspaces/gitpodflix-demo/database/main
145145
146146
# Wait for PostgreSQL to be ready
147147
echo "Waiting for PostgreSQL to be ready..."

0 commit comments

Comments
 (0)