Commit 7ec3c6d5 authored by Gadhave's avatar Gadhave
Browse files

Update .gitlab-ci.yml file

parent 5e15c3ec
Pipeline #12263 failed with stages
in 14 seconds
......@@ -58,7 +58,7 @@ test:
diag:
stage: diag
image: docker:24.0.9
tags: ["ubuntu","vm"]
extends: .build_template
script:
- echo "Check socket:"
- ls -l /var/run || true
......@@ -100,7 +100,7 @@ build:
deploy:
stage: deploy
image: docker:24.0.9
tags: ["ubuntu","vm"]
extends: .build_template
script:
- echo "$DOCKER_TOKEN" | docker login -u "$DOCKER_USERNAME" --password-stdin
- echo "Logged into dockerhub succesfully!!"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment