1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 00:48:01 +01:00
Files
openshift-docs/.gitpod.yml

16 lines
466 B
YAML

#image:
# file: .gitpod.Dockerfile
tasks:
- name: Dev Server
# before: npm install --global http-server
init: |
rvm install 2.7.6
gem install asciidoctor asciidoctor-diagram ascii_binder
# pip3 install aura.tar.gz
command: |
asciibinder build --distro=openshift-enterprise
BR="$(git branch --show-current)"
cd _preview/openshift-enterprise/$BR
ln -s welcome/index.html index.html
python -m http.server