gitpod
This commit is contained in:
11
.gitpod.yml
11
.gitpod.yml
@@ -3,11 +3,12 @@ image:
|
|||||||
# # Commands to start on workspace startup
|
# # Commands to start on workspace startup
|
||||||
tasks:
|
tasks:
|
||||||
# - init: bash /workspace/www_threefold_io/gitpod/install.sh
|
# - init: bash /workspace/www_threefold_io/gitpod/install.sh
|
||||||
- command: rm -f /tmp/install.sh \
|
- command: |
|
||||||
&& curl -s -o /tmp/install.sh https://raw.githubusercontent.com/threefoldfoundation/data_threefold/development/install.sh \
|
rm -f /tmp/install.sh
|
||||||
&& bash /tmp/install.sh \
|
curl -s -o /tmp/install.sh https://raw.githubusercontent.com/threefoldfoundation/data_threefold/development/install.sh
|
||||||
&& bash /workspace/data_threefold/gitpod_scripts/install.sh
|
bash /tmp/install.sh
|
||||||
&& bash /workspace/data_threefold/gitpod_scripts/run.sh
|
bash /workspace/data_threefold/gitpod_scripts/install.sh
|
||||||
|
bash /workspace/data_threefold/gitpod_scripts/run.sh
|
||||||
ports:
|
ports:
|
||||||
- port: 8080
|
- port: 8080
|
||||||
onOpen: open-browser
|
onOpen: open-browser
|
||||||
|
|||||||
Reference in New Issue
Block a user