Skip to content
Snippets Groups Projects
Unverified Commit 31f4717b authored by Max Adamo's avatar Max Adamo
Browse files

DEV-154 print variables

parent 723a072b
No related branches found
No related tags found
No related merge requests found
Pipeline #82034 failed
......@@ -6,9 +6,7 @@ build:
variables:
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
script:
- echo \"hello 1\"
- ls -la
- docker info
- echo "hello 1"
- echo \"password is ${CI_REGISTRY_PASSWORD} and username is ${CI_REGISTRY_USER} and resgistry is ${CI_REGISTRY}\"
- echo \"hello 2\"
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment