Update deprecated gitpod commands (#7771)

This commit is contained in:
Alexander Brandes 2023-03-27 23:04:48 +02:00 committed by GitHub
parent 4770fb6be3
commit 2f4a269b51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ tasks:
command: |
mvn -pl war jetty:run -Dhost=0.0.0.0
name: Run
- command: gp await-port 8080 && gp url 8080 && gp preview $(gp url 8080)/jenkins/
- command: gp ports await 8080 && gp url 8080 && gp preview $(gp url 8080)/jenkins/
name: Preview
github: