Skip to content
Snippets Groups Projects

Wrong dependencies

1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
+ 7
9
@@ -11,9 +11,9 @@ variables:
SONARQUBE_VERSION: "10.0"
BUN_VERSION: "1.1.40"
DOC_VERSION: "1.7"
APP_VERSION: "1.7.1"
CHART_VERSION: "1.7.1"
SUPPORTED_VERSIONS: "[\"1.7.0\",\"1.7.1\"]"
APP_VERSION: "1.7.2"
CHART_VERSION: "1.7.2"
SUPPORTED_VERSIONS: "[\"1.7.0\",\"1.7.1\",\"1.7.2\"]"
CACHE_FALLBACK_KEY: "${CI_DEFAULT_BRANCH}"
# This will supress any download for dependencies and plugins or upload messages which would clutter the console log.
# `showDateTime` will show the passed time in milliseconds. You need to specify `--batch-mode` to make this work.
@@ -250,6 +250,7 @@ build-helm:
stage: build
only:
- merge_requests
- tags
- /^release-.*/
before_script:
- apk add --no-cache helm make
@@ -468,8 +469,8 @@ clean-images:
image: docker:${DOCKER_VERSION}-dind
only:
refs:
- tags
- dev
- /^release-.*/
before_script:
- "docker logout ${CI_REGISTRY_URL}"
- "echo ${CI_REGISTRY_PASSWORD} | docker login --username ${CI_REGISTRY_USER} --password-stdin ${CI_REGISTRY_URL}"
@@ -531,8 +532,7 @@ release-helm:
stage: release
image: docker:${DOCKER_VERSION}-dind
only:
- /^release-.*/
when: manual
- tags
needs:
- build-helm
dependencies:
@@ -592,10 +592,8 @@ release-docs:
release-libs:
stage: release
image: docker.io/python:${PYTHON_VERSION}-alpine${ALPINE_VERSION}
when: manual
only:
refs:
- /^release-.*/
- tags
variables:
PIPENV_PIPFILE: "./dbrepo-analyse-service/Pipfile"
before_script:
Loading