Skip to content
Snippets Groups Projects
Verified Commit df91be5a authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Add git checkout to deployment test

parent 52da4f93
Branches 29-hkp-download-link-broken
No related tags found
1 merge request!7Resolve "HKP download link broken"
Pipeline #7598 failed
This commit is part of merge request !7. Comments created here will be created in the context of that merge request.
......@@ -64,7 +64,6 @@ test:
variables:
# Tell docker client where it can find the daemon
DOCKER_HOST: tcp://docker-in-docker:2375/
GIT_STRATEGY: none
DB_PASSWORD: ${STAGING_DB_PASSWORD}
SUPER_USERNAME: ${STAGING_USERNAME}
SUPER_EMAIL: ${STAGING_EMAIL}
......@@ -84,8 +83,6 @@ test:
stage: deploy
tags:
- wasenweiler.sit-servers.net
variables:
GIT_STRATEGY: none
image:
name: docker/compose:1.24.0
entrypoint: ["/bin/sh", "-c"]
......
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