Skip to content

Commit

Permalink
fix docker cp command
Browse files Browse the repository at this point in the history
Signed-off-by: gabrik <gabriele.baldoni@gmail.com>
  • Loading branch information
gabrik committed Feb 7, 2020
1 parent 6a2e84d commit b62eb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ before_install:
- docker exec build install ./opam /usr/local/bin/opam
- docker exec build opam init --disable-sandboxing
# copying repo inside container
- docker cp ../fog05 build/root/
- docker cp ../fog05 build:/root/
script:
- docker exec build bash -c "eval \$(opam env) && cd /root/fog05 && ./build.sh"

0 comments on commit b62eb10

Please sign in to comment.