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
No related tags found
No related merge requests found
Pipeline #127023 failed
...@@ -3,17 +3,7 @@ variables: ...@@ -3,17 +3,7 @@ variables:
IMAGE_TAG_HELM_FILE: "helm/staging/graphpolaris-frontend/values.yaml" IMAGE_TAG_HELM_FILE: "helm/staging/graphpolaris-frontend/values.yaml"
IMAGE_TAG_HELM_FILE_VARIABLE: "image.tag" IMAGE_TAG_HELM_FILE_VARIABLE: "image.tag"
stages:
- tag-release
- container-image
- deploy-staging
include: 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' - project: 'graphpolaris/pipelines'
ref: main ref: main
file: 'docker-build-push.yml' file: 'docker-build-push.yml'
...@@ -14,12 +14,6 @@ ...@@ -14,12 +14,6 @@
"plugins": [ "plugins": [
"@semantic-release/commit-analyzer", "@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator", "@semantic-release/release-notes-generator",
[
"@semantic-release/exec",
{
"successCmd": "echo ${nextRelease.version} > version.txt"
}
],
"@semantic-release/gitlab" "@semantic-release/gitlab"
] ]
} }
{ {
"dependencies": { "dependencies": {
"semantic-release": "^21.0.0", "semantic-release": "^21.0.0",
"@semantic-release/exec": "^6.0.0",
"@semantic-release/commit-analyzer": "^10.0.0", "@semantic-release/commit-analyzer": "^10.0.0",
"@semantic-release/gitlab": "^12.0.0", "@semantic-release/gitlab": "^12.0.0",
"@semantic-release/release-notes-generator": "^11.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