Skip to content
Snippets Groups Projects
Commit 4afb1ebc authored by Maximilian Schaldach's avatar Maximilian Schaldach :cactus:
Browse files

undo docker login in pipeline

parent e0e6a192
No related branches found
No related tags found
1 merge request!180Resolve "Switch to HubTerra TSMDL"
Pipeline #408268 passed
......@@ -6,7 +6,6 @@ visualization-e2e:
- "apk add --no-cache curl jq python3"
- "cp .env.example .env"
- "cp .env .gitlab/ci/.env"
- "echo \"$TSMDL_REGISTRY_TOKEN\" | docker login -u \"$CI_REGISTRY_USER\" --password-stdin \"$TSMDL_REGISTRY\""
- "docker compose up -d --force-recreate -V --quiet-pull"
- "sleep 20"
script:
......@@ -45,7 +44,6 @@ avro-thing-creation-e2e:
- "python3 -m pip install --upgrade pip"
- "python3 -m pip install fastavro paho-mqtt==1.6.1"
- "cp .env.example .env"
- "echo \"$TSMDL_REGISTRY_TOKEN\" | docker login -u \"$CI_REGISTRY_USER\" --password-stdin \"$TSMDL_REGISTRY\""
- "docker compose up -d frontend mqtt-broker --force-recreate -V --quiet-pull"
- "sleep 20"
script:
......@@ -61,7 +59,6 @@ object-storage-e2e:
before_script:
- "apk add --no-cache curl jq"
- "cp .env.example .env"
- "echo \"$TSMDL_REGISTRY_TOKEN\" | docker login -u \"$CI_REGISTRY_USER\" --password-stdin \"$TSMDL_REGISTRY\""
- "docker compose up -d --force-recreate -V --quiet-pull --build"
- "sleep 20"
script:
......@@ -87,7 +84,6 @@ database-e2e:
before_script:
- "apk add --no-cache postgresql-client jq"
- "cp .env.example .env"
- "echo \"$TSMDL_REGISTRY_TOKEN\" | docker login -u \"$CI_REGISTRY_USER\" --password-stdin \"$TSMDL_REGISTRY\""
- "docker compose up -d --force-recreate -V --quiet-pull --build"
- "sleep 20"
script:
......@@ -111,7 +107,6 @@ frost-e2e:
before_script:
- "apk add --no-cache curl jq"
- "cp .env.example .env"
- "echo \"$TSMDL_REGISTRY_TOKEN\" | docker login -u \"$CI_REGISTRY_USER\" --password-stdin \"$TSMDL_REGISTRY\""
- "docker compose up -d --force-recreate -V --quiet-pull --build"
- "sleep 20"
script:
......
......@@ -6,7 +6,6 @@ docker-service-test:
- "apk add --no-cache bash"
- "mv .env.example .env"
- "cp .env .gitlab/ci/.env"
- "echo \"$TSMDL_REGISTRY_TOKEN\" | docker login -u \"$CI_REGISTRY_USER\" --password-stdin \"$TSMDL_REGISTRY\""
- "docker compose up -d --force-recreate -V --quiet-pull"
- "docker compose logs init"
- "sleep 20"
......@@ -30,7 +29,6 @@ mqtt-service-test:
- "python3 -m pip install --upgrade pip"
- "python3 -m pip install paho-mqtt==1.6.1"
- "mv .env.example .env"
- "echo \"$TSMDL_REGISTRY_TOKEN\" | docker login -u \"$CI_REGISTRY_USER\" --password-stdin \"$TSMDL_REGISTRY\""
- "docker compose up -d --force-recreate -V --quiet-pull"
- "sleep 20"
script:
......@@ -47,7 +45,6 @@ proxy-test:
- "export DJANGO_TRUSTED_ORIGINS=http://docker:80"
- "apk add --no-cache curl"
- "cp .env.example .env"
- "echo \"$TSMDL_REGISTRY_TOKEN\" | docker login -u \"$CI_REGISTRY_USER\" --password-stdin \"$TSMDL_REGISTRY\""
- "docker compose up -d --force-recreate -V --quiet-pull"
- "sleep 20"
script:
......@@ -67,7 +64,6 @@ object-storage-test:
before_script:
- "apk add --no-cache curl"
- "cp .env.example .env"
- "echo \"$TSMDL_REGISTRY_TOKEN\" | docker login -u \"$CI_REGISTRY_USER\" --password-stdin \"$TSMDL_REGISTRY\""
- "docker compose up -d --force-recreate -V --quiet-pull"
- "sleep 30"
script:
......@@ -81,7 +77,6 @@ database-test:
before_script:
- "apk add --no-cache postgresql-client"
- "cp .env.example .env"
- "echo \"$TSMDL_REGISTRY_TOKEN\" | docker login -u \"$CI_REGISTRY_USER\" --password-stdin \"$TSMDL_REGISTRY\""
- "docker compose up -d --force-recreate -V --quiet-pull"
- "sleep 20"
script:
......
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