Skip to content

Commit

Permalink
Update deprecated gitpod commands (#7771)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Mar 27, 2023
1 parent 4770fb6 commit 2f4a269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2f4a269

Please sign in to comment.