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

DEV-154 try fix ci

parent dd927f47
No related branches found
No related tags found
No related merge requests found
Pipeline #82033 failed
...@@ -6,9 +6,9 @@ build: ...@@ -6,9 +6,9 @@ build:
variables: variables:
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
script: script:
- echo \"hello 1\"
- ls -la - ls -la
- docker info - docker info
- echo \"hello 1\"
- echo \"password is ${CI_REGISTRY_PASSWORD} and username is ${CI_REGISTRY_USER} and resgistry is ${CI_REGISTRY}\" - echo \"password is ${CI_REGISTRY_PASSWORD} and username is ${CI_REGISTRY_USER} and resgistry is ${CI_REGISTRY}\"
- echo \"hello 2\" - echo \"hello 2\"
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - 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