From 6c25def681a05d867606291df00281223e0e2cdd Mon Sep 17 00:00:00 2001 From: akiel Date: Mon, 26 Aug 2019 14:21:52 -0400 Subject: [PATCH] Copy result file to current directory --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index edf2915..3a1ed49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ script: - docker push alephdeveloper/rocketchat-notification:${TRAVIS_BUILD_NUMBER} - docker push alephdeveloper/rocketchat-notification:latest - id=$(docker create alephdeveloper/rocketchat-notification:${TRAVIS_BUILD_NUMBER}) -- docker cp ${id}:/usr/bin/rocketchat-notification - > rocketchat-notification +- docker cp ${id}:/usr/bin/rocketchat-notification . - docker rm -v ${id} deploy: