We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a709ffb commit 7adebadCopy full SHA for 7adebad
1 file changed
.gitpod.yml
@@ -48,9 +48,9 @@ tasks:
48
echo 'Hey!. Your environment is starting soon. You can see the progress in the Shopware Terminal'
49
echo 'If you want to run the Admin Watch, just use the Terminal alias: admin-watch'
50
echo 'Happy Coding!'
51
- echo "Shop URL: ${gp url 8000}"
52
- echo "Admin-Watcher URL: ${gp url 8080}"
53
- echo "Adminer URL: ${gp url 5000}"
+ echo "Shop URL: $(gp url 8000)"
+ echo "Admin-Watcher URL: $(gp url 8080)"
+ echo "Adminer URL: $(gp url 5000)"
54
55
ports:
56
- port: 8000
0 commit comments