Skip to content
Snippets Groups Projects
Unverified Commit 3cdbbaf5 authored by Henrik tom Wörden's avatar Henrik tom Wörden Committed by Henrik tom Wörden
Browse files

FIX: use correct user name

parent 4d627693
Branches
Tags
No related merge requests found
......@@ -41,7 +41,7 @@ test:
CAOSDB_TAG=dev-latest;
fi
- echo $CAOSDB_TAG
- docker login -u testuser -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker login -u indiscale -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker pull $CI_REGISTRY_IMAGE:latest
- EXEPATH=`pwd` CAOSDB_TAG=$CAOSDB_TAG docker-compose
-f .docker/docker-compose.yml up -d
......@@ -69,7 +69,7 @@ build-testenv:
- schedules
script:
- df -h
- docker login -u testuser -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker login -u indiscale -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
# use here general latest or specific branch latest...
- docker build
--file .docker/Dockerfile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment