refactor
This commit is contained in:
13
.gitpod.yml
13
.gitpod.yml
@@ -3,16 +3,13 @@ image:
|
||||
tasks:
|
||||
- name: WIKI
|
||||
command: |
|
||||
export PBRANCH=development
|
||||
curl https://raw.githubusercontent.com/crystaluniverse/crystaltools/$PBRANCH/install.sh > /tmp/install.sh
|
||||
curl https://raw.githubusercontent.com/crystaluniverse/crystaltools/development/install.sh > /tmp/install.sh
|
||||
bash /tmp/install.sh
|
||||
source /workspace/env.sh
|
||||
# publtools_check
|
||||
# cd wiki_config && publishtools flatten
|
||||
web_install
|
||||
website_install
|
||||
website_run
|
||||
echo ' - do "website_run" to run wiki or website.'
|
||||
publtools_check
|
||||
cd wiki_config && publishtools flatten
|
||||
cd ..
|
||||
echo ' - do "./wiki_run" to run wiki.'
|
||||
echo ' - do "open workspace.code-workspace" to open all relevant dirs in your editor.'
|
||||
ports:
|
||||
- port: 9998
|
||||
|
||||
Reference in New Issue
Block a user