mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 00:48:01 +01:00
16 lines
466 B
YAML
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 |