Update crl copy to use full path
This commit is contained in:
parent
4168956f88
commit
6a3b569c09
@ -28,7 +28,7 @@ script:
|
|||||||
- docker run --add-host "postgreshost:${postgres_ip}" --add-host "redishost:${redis_ip}" "${TESTER_IMAGE_NAME}"
|
- 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 run -d --entrypoint='/bin/sh' -t --name current-atst-tester "${TESTER_IMAGE_NAME}"
|
||||||
- docker container exec -t current-atst-tester script/sync-crls
|
- 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
|
- docker container stop current-atst-tester
|
||||||
|
|
||||||
before_deploy:
|
before_deploy:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user