Skip to content

Instantly share code, notes, and snippets.

@fabysdev
Created June 17, 2019 15:13
Show Gist options
  • Save fabysdev/660ad3962e4e82e4afa89bcec833a445 to your computer and use it in GitHub Desktop.
Save fabysdev/660ad3962e4e82e4afa89bcec833a445 to your computer and use it in GitHub Desktop.
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