Skip to content

Instantly share code, notes, and snippets.

@marcguilera
Created February 17, 2019 12:17
Show Gist options
  • Save marcguilera/bc943694548c5d49cc95022cec80d43d to your computer and use it in GitHub Desktop.
Save marcguilera/bc943694548c5d49cc95022cec80d43d to your computer and use it in GitHub Desktop.
tools/build/semantic-release/.gitlab-ci.yml
include:
- project: you/tools.build.docker
file: pipelines/.publish-step.yml
- local: pipelines/.release-step.yml
build docker:
extends: .docker_build
stage: build
variables:
DOCKER_PROJECT_NAME: semantic-release-builder
release:
extends: .semantic-release
stage: deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment