From 28eb81e12f698e8379343aff399285096956976b Mon Sep 17 00:00:00 2001 From: kristof de spiegeleer Date: Sun, 11 Jul 2021 14:11:39 +0000 Subject: [PATCH] gitpod --- .gitpod.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 34e14adf1..f5194bef4 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -3,11 +3,12 @@ image: # # Commands to start on workspace startup tasks: # - init: bash /workspace/www_threefold_io/gitpod/install.sh - - command: rm -f /tmp/install.sh \ - && curl -s -o /tmp/install.sh https://raw.githubusercontent.com/threefoldfoundation/data_threefold/development/install.sh \ - && bash /tmp/install.sh \ - && bash /workspace/data_threefold/gitpod_scripts/install.sh - && bash /workspace/data_threefold/gitpod_scripts/run.sh + - command: | + rm -f /tmp/install.sh + curl -s -o /tmp/install.sh https://raw.githubusercontent.com/threefoldfoundation/data_threefold/development/install.sh + bash /tmp/install.sh + bash /workspace/data_threefold/gitpod_scripts/install.sh + bash /workspace/data_threefold/gitpod_scripts/run.sh ports: - port: 8080 onOpen: open-browser