Skip to content
Snippets Groups Projects
Commit 5b8614b1 authored by Udai Singh's avatar Udai Singh
Browse files

Update .gitlab-ci.yml file

parent 2b441fd2
No related branches found
No related tags found
No related merge requests found
Pipeline #114801 failed
...@@ -33,12 +33,14 @@ stages: # List of stages for jobs, and their order of execution ...@@ -33,12 +33,14 @@ stages: # List of stages for jobs, and their order of execution
build-job: # This job runs in the build stage, which runs first. build-job: # This job runs in the build stage, which runs first.
stage: build image:
name: gcr.io/kaniko-project/executor:v1.14.0-debug
entrypoint: [""]
script: script:
- echo "Compiling the code..." - /kaniko/executor
- docker build -t gitlab.desy.de:5555/fs-ec/docker/bluesky_bliss_data ./docker --context "${CI_PROJECT_DIR}"
--dockerfile "${CI_PROJECT_DIR}/docker/Dockerfile"
- echo "Compile complete." --destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}"
# unit-test-job: # This job runs in the test stage. # unit-test-job: # This job runs in the test stage.
# stage: test # It only starts when the job in the build stage completes successfully. # stage: test # It only starts when the job in the build stage completes successfully.
......
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