Skip to content

Commit 2f4a269

Browse files
authored
Update deprecated gitpod commands (#7771)
1 parent 4770fb6 commit 2f4a269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tasks:
44
command: |
55
mvn -pl war jetty:run -Dhost=0.0.0.0
66
name: Run
7-
- command: gp await-port 8080 && gp url 8080 && gp preview $(gp url 8080)/jenkins/
7+
- command: gp ports await 8080 && gp url 8080 && gp preview $(gp url 8080)/jenkins/
88
name: Preview
99

1010
github:

0 commit comments

Comments
 (0)