Update crl copy to use full path

This commit is contained in:
Devon Mackay 2018-08-08 16:11:54 -04:00
parent 4168956f88
commit 6a3b569c09

View File

@ -28,7 +28,7 @@ script:
- docker run --add-host "postgreshost:${postgres_ip}" --add-host "redishost:${redis_ip}" "${TESTER_IMAGE_NAME}"
- docker run -d --entrypoint='/bin/sh' -t --name current-atst-tester "${TESTER_IMAGE_NAME}"
- docker container exec -t current-atst-tester script/sync-crls
- docker cp current-atst-tester:crl ./crl
- docker cp current-atst-tester:/opt/atat/atst/crl ./crl
- docker container stop current-atst-tester
before_deploy: