From 6a3b569c09e73531b3c86ee74b1fd825172bfdd6 Mon Sep 17 00:00:00 2001 From: Devon Mackay Date: Wed, 8 Aug 2018 16:11:54 -0400 Subject: [PATCH] Update crl copy to use full path --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c3fa7dcd..21de5c1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: