Skip to content
Snippets Groups Projects
Commit d88dbe3e authored by plup's avatar plup
Browse files

cicd: used global playbook for release

parent bd9a97cc
No related branches found
Tags v10.0.13
No related merge requests found
Pipeline #12237 passed
...@@ -63,9 +63,12 @@ test:e2e: ...@@ -63,9 +63,12 @@ test:e2e:
## VALIDATION ## ## VALIDATION ##
include: include:
project: infra/gitlab - project: infra/gitlab
ref: master ref: master
file: templates/deploy.ci.yml file: templates/deploy.ci.yml
- project: infra/gitlab
ref: master
file: templates/nodejs.ci.yml
test1: test1:
extends: .ansible extends: .ansible
...@@ -130,14 +133,8 @@ stg2: ...@@ -130,14 +133,8 @@ stg2:
## RELEASE TAGGING ## ## RELEASE TAGGING ##
publish: publish:
extends: .publish_npm
stage: release stage: release
image: ${CI_REGISTRY}/infra/docker/jsrelease:latest
script:
- semantic-release
only:
- master
tags:
- deploy
## LIVE DEPLOYMENTS ## ## LIVE DEPLOYMENTS ##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment