Skip to content

Commit

Permalink
update sh for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sph3rex committed Jul 2, 2019
1 parent 2206133 commit 51795f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions run-tests-with-docker
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/usr/bin/env bash


SCRIPT_DIR=$(dirname "${BASH_SOURCE[0]}")
CWD=$(realpath "${SCRIPT_DIR}")
CWD="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

N="trader-rl-cpu"
docker build --tag $N -f docker/Dockerfile.tests "$CWD"
Expand Down

0 comments on commit 51795f5

Please sign in to comment.