From 2f4a269b51cf7ac2e044c670bfc4e914f7085e9c Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Mon, 27 Mar 2023 23:04:48 +0200 Subject: [PATCH] Update deprecated gitpod commands (#7771) --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 24ad6fdeaeaf..591c5f43cde8 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -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: