Skip to content
Snippets Groups Projects

Wrong dependencies

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