Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 9bd2b078 authored by Raphael JOIE's avatar Raphael JOIE
Browse files

Merge branch 'ci' into 'main'

Ci

See merge request !4
parents 56c5eae2 77e34ea2
No related branches found
No related tags found
1 merge request!4Ci
Pipeline #151009 failed
......@@ -24,31 +24,6 @@ build:
paths:
- dist
build-gitlab-ci-docker:
stage: build
tags:
- lab
- shell
rules:
- changes:
- gitlab-ci/*.Dockerfile
when: always
- when: manual
parallel:
matrix:
- NMS_CI_JOB:
- gitlab-ci
variables:
IMAGE_TAG: $CI_REGISTRY/$CI_PROJECT_PATH/${NMS_CI_JOB}:latest
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker build --build-arg http_proxy=${HTTP_PROXY} --build-arg https_proxy=${HTTPS_PROXY} -t ${IMAGE_TAG} --file gitlab-ci/${NMS_CI_JOB}.Dockerfile .
- docker push $IMAGE_TAG
needs:
- build
dependencies:
- build
deliver-umd:
image: node:20
tags:
......
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