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

Update .gitlab-ci.yml file

parent b7320772
No related branches found
No related tags found
No related merge requests found
Pipeline #114752 failed
......@@ -29,9 +29,6 @@ stages: # List of stages for jobs, and their order of execution
build-job: # This job runs in the build stage, which runs first.
stage: build
image: docker
services:
- docker:dind
script:
- echo "Compiling the code..."
- docker build -t gitlab.desy.de:5555/fs-ec/docker/bluesky_bliss_data ./docker
......@@ -54,8 +51,5 @@ build-job: # This job runs in the build stage, which runs first.
deploy-job: # This job runs in the deploy stage.
stage: deploy # It only runs when *both* jobs in the test stage complete successfully.
image: docker
services:
- docker:dind
script:
- docker push gitlab.desy.de:5555/fs-ec/docker/bluesky_bliss_data
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