Skip to content
Snippets Groups Projects
Commit fb35b31f authored by Eric Timmons's avatar Eric Timmons
Browse files

login to Docker on Windows

This will be removed shortly. Doing it this way since it's the easiest/quickest
way to get the SYSTEM account logged in on the runner
parent 2c0ebaaa
No related branches found
No related tags found
No related merge requests found
...@@ -166,6 +166,7 @@ Bashbrew build - winamd64: ...@@ -166,6 +166,7 @@ Bashbrew build - winamd64:
BASHBREW_ARCH: windows-amd64 BASHBREW_ARCH: windows-amd64
script: script:
- docker info - docker info
- docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"
- cp "build/$CI_PROJECT_NAME" "$CI_PROJECT_NAME" - cp "build/$CI_PROJECT_NAME" "$CI_PROJECT_NAME"
- bashbrew --namespace=$CANONICAL_NAMESPACE$ARCH push $CI_PROJECT_NAME - bashbrew --namespace=$CANONICAL_NAMESPACE$ARCH push $CI_PROJECT_NAME
cache: cache:
......
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