CI: add branch *-staging

This commit is contained in:
Grégoire Henry 2018-07-09 11:28:50 +02:00
parent 53f7d15d1e
commit 75448c6767

View File

@ -23,6 +23,9 @@ stages:
- alphanet - alphanet
- zeronet - zeronet
- betanet - betanet
- alphanet-staging
- zeronet-staging
- betanet-staging
before_script: before_script:
- opam list - opam list
- . ./scripts/version.sh - . ./scripts/version.sh
@ -524,6 +527,9 @@ publish:docker:
- alphanet - alphanet
- zeronet - zeronet
- betanet - betanet
- alphanet-staging
- zeronet-staging
- betanet-staging
before_script: before_script:
- mkdir ~/.docker || true - mkdir ~/.docker || true
- echo "${CI_DOCKER_AUTH}" > ~/.docker/config.json - echo "${CI_DOCKER_AUTH}" > ~/.docker/config.json
@ -542,6 +548,9 @@ publish:doc:
- alphanet - alphanet
- zeronet - zeronet
- betanet - betanet
- alphanet-staging
- zeronet-staging
- betanet-staging
before_script: before_script:
- sudo apk add --no-cache py3-sphinx py3-sphinx_rtd_theme openssh-client rsync - sudo apk add --no-cache py3-sphinx py3-sphinx_rtd_theme openssh-client rsync
- sudo ln -s /usr/bin/sphinx-build-3 /usr/bin/sphinx-build - sudo ln -s /usr/bin/sphinx-build-3 /usr/bin/sphinx-build