Skip to content
Snippets Groups Projects
Commit 8972b9d8 authored by derrabauke's avatar derrabauke
Browse files

correct format of yaml

parent 4b4c34ea
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,8 @@ test_server:
- master # only for now to speed up dev
build_client:
before_script: docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
before_script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
variables:
CLIENT_IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
CLIENT_RELEASE_IMAGE_TAG: $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