Skip to content
GitLab
Explore
Sign in
Commits on Source (2)
fix: pipeline
· d596df58
G.J.R. Timmer
authored
Jul 21, 2024
d596df58
fix: healthcheck url
· 2cae1dad
G.J.R. Timmer
authored
Jul 22, 2024
2cae1dad
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2cae1dad
...
...
@@ -58,7 +58,7 @@ test:multiarch:
echo "Component Job present"
fi
create-
release
:
release
:
stage
:
release
image
:
$HARBOR_REGISTRY_LIVE/tools/release-cli:latest
script
:
echo "Creating release $CI_COMMIT_TAG"
...
...
vars.yml
View file @
2cae1dad
# yaml-language-server: $schema=https://gitlab.com/gitlab-org/gitlab/-/raw/master/app/assets/javascripts/editor/schema/ci.json
variables
:
FF_SCRIPT_SECTIONS
:
"
true"
HEALTHCHECK_URL
:
https://health.tpi.local
BUILDKIT_BUILDER_ID
:
${CI_PROJECT_NAME}_${CI_JOB_ID}_builder
DOCKER_CLI_EXPERIMENTAL
:
enabled
DOCKER_IMAGE
:
$HARBOR_REGISTRY/$CI_PROJECT_PATH:latest
...
...