Skip to content
Snippets Groups Projects

fix: support for gitlab-ci-local

Merged Wouter Deconinck requested to merge gitlab-ci-local into master
1 file
+ 2
4
Compare changes
  • Side-by-side
  • Inline
+ 2
4
@@ -51,8 +51,7 @@ stages:
default:
before_script:
- |
# Login to registries
- # Login to registries
if [[ -n "${EXPORT_TAG}" ]] ; then
if [[ -n "${DH_REGISTRY}" ]] ; then
./gitlab-ci/docker_login.sh -u ${DH_REGISTRY_USER} -p ${DH_EICWEB_TOKEN}
@@ -72,8 +71,7 @@ default:
fi ;
fi
after_script:
- |
# Logout from registries
- # Logout from registries
if [[ -n "${EXPORT_TAG}" ]] ; then
if [[ -n "${DH_REGISTRY}" ]] ; then
docker logout ${DH_REGISTRY}
Loading