forked from nh13/nf-tower-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitpod.yml
23 lines (21 loc) · 821 Bytes
/
.gitpod.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
# and commit this file to your remote git repository to share the goodness with others.
tasks:
- name: Setup
init: |
brew install [email protected]
brew unlink python && brew link --overwrite python
pip3 install --upgrade pip3
pip3.9 install -r requirements.txt &&
# The GITEA_TOKEN environment variable needs to be added to the Gitpod env variables by the user.
pip3.9 install "git+https://${GITEA_TOKEN}@git.seqera.io/seqeralabs/[email protected]"
brew install cairo
command: mkdocs serve
ports:
- port: 8000
onOpen: open-preview
visibility: public
github:
prebuilds:
gitpod-setup: true