Commit c7369c33 authored by Pranav's avatar Pranav
Browse files
parents 86ebcf8d da256d66
Pipeline #12303 passed with stages
in 36 seconds
...@@ -57,8 +57,8 @@ test: ...@@ -57,8 +57,8 @@ test:
diag: diag:
stage: diag stage: diag
image: docker:24.0.9 image: docker:25.0.0
tags: ["ubuntu","vm"] extends: .build_template
script: script:
- echo "Check socket:" - echo "Check socket:"
- ls -l /var/run || true - ls -l /var/run || true
...@@ -99,8 +99,8 @@ build: ...@@ -99,8 +99,8 @@ build:
deploy: deploy:
stage: deploy stage: deploy
image: docker:24.0.9 image: docker:25.0.0
tags: ["ubuntu","vm"] extends: .build_template
script: script:
- echo "$DOCKER_TOKEN" | docker login -u "$DOCKER_USERNAME" --password-stdin - echo "$DOCKER_TOKEN" | docker login -u "$DOCKER_USERNAME" --password-stdin
- echo "Logged into dockerhub succesfully!!" - 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