Skip to content

Commit 9086345

Browse files
authored
Update .gitpod.yml
1 parent 50f5e26 commit 9086345

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitpod.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ vscode:
1212
- vscjava.vscode-java-test
1313
- vscjava.vscode-maven
1414
tasks:
15-
- init: psql -c 'create user postgres'
15+
- init: pg_start
16+
command: psql -c 'create user postgres'

0 commit comments

Comments
 (0)