Skip to content
Snippets Groups Projects
Commit 23b7955e authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

chore: ci debug

parent 72f50e5e
No related branches found
No related tags found
1 merge request!1Jl test
Pipeline #21970 failed
services:
- name: docker:19.03.6-dind
command: ["--mtu=1458"]
variables:
DOCKER_DRIVER: overlay2
......@@ -16,13 +17,13 @@ build-testing-image:
tags:
- privileged
before_script:
- echo " # (1) ----------------------------- "
- echo " (1) ----------------------------- "
- docker info
- echo " # (2) ----------------------------- "
- echo " (2) ----------------------------- "
script:
- echo " # (3) ----------------------------- "
- echo " (3) ----------------------------- "
- docker build --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA --tag $CI_REGISTRY_IMAGE:latest .
- echo " # (4) ----------------------------- "
- echo " (4) ----------------------------- "
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
- docker push $CI_REGISTRY_IMAGE:latest
......
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