Skip to content
Snippets Groups Projects
Commit f18a9656 authored by Alen Zubic's avatar Alen Zubic
Browse files

fix: Pipeline configuration

parent 8090df05
No related branches found
Tags v1.0.1
Loading
Checking pipeline status
......@@ -3,17 +3,7 @@ variables:
IMAGE_TAG_HELM_FILE: "helm/staging/graphpolaris-frontend/values.yaml"
IMAGE_TAG_HELM_FILE_VARIABLE: "image.tag"
stages:
- tag-release
- container-image
- deploy-staging
include:
# Release needs to happen before build-and-push, because build-and-push
# searches for a tag that contains the current commit SHA.
- project: 'graphpolaris/pipelines'
ref: main
file: 'semantic-release.yml'
- project: 'graphpolaris/pipelines'
ref: main
file: 'docker-build-push.yml'
......@@ -14,12 +14,6 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/exec",
{
"successCmd": "echo ${nextRelease.version} > version.txt"
}
],
"@semantic-release/gitlab"
]
}
{
"dependencies": {
"semantic-release": "^21.0.0",
"@semantic-release/exec": "^6.0.0",
"@semantic-release/commit-analyzer": "^10.0.0",
"@semantic-release/gitlab": "^12.0.0",
"@semantic-release/release-notes-generator": "^11.0.0"
......
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