Created
June 17, 2019 15:13
-
-
Save fabysdev/660ad3962e4e82e4afa89bcec833a445 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
image: $BASE_IMAGE_PATH/ci-base:cibase-1.0 | |
stages: | |
- bootstrap | |
- test | |
- build | |
- push | |
- deploy | |
include: | |
- local: /docker/ci-base/.gitlab-ci.yml | |
- local: /docker/go-develop/.gitlab-ci.yml | |
- local: /docker/js-develop/.gitlab-ci.yml | |
- local: /projects/landing/.gitlab-ci.yml | |
bootstrap: | |
stage: bootstrap | |
only: | |
variables: | |
- $SKIP_BOOTSTRAP != "true" | |
script: | |
- python3 ci/trigger_pipelines.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment