mirror of
https://github.com/vacp2p/rfc.vac.dev.git
synced 2025-02-22 20:38:25 +00:00
* chore: create a command for unified build and scrape flow * chore: cleanup repo from temp folders * feat: add new .md fetching mode * feat: fetching through git added * ci: add Scrape stage to the Jenkinsfile * feat: add env variables to the Jenkinsfile
8 lines
190 B
Plaintext
8 lines
190 B
Plaintext
# github | git
|
|
FETCH_MODE=git
|
|
|
|
# Directories to include in the build
|
|
INCLUDED_DIRS="codex,nomos,status,vac,waku"
|
|
|
|
# Github token used for authentication if fetch mode is Github
|
|
GITHUB_TOKEN= |