Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Switched sdilabs-x to intelsdi-x in docker run script
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanyfay committed Nov 16, 2015
1 parent e450641 commit db16cf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/run_tests_with_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ if [ -z "${GIT_TOKEN}" ]; then
fi

sed s/\<GIT_TOKEN\>/${GIT_TOKEN}/ scripts/Dockerfile > scripts/Dockerfile.tmp
docker build -t sdilabs-x/pulse-test -f scripts/Dockerfile.tmp .
docker build -t intelsdi-x/pulse-test -f scripts/Dockerfile.tmp .
rm scripts/Dockerfile.tmp
docker run -it sdilabs-x/pulse-test scripts/test.sh
docker run -it intelsdi-x/pulse-test scripts/test.sh

0 comments on commit db16cf5

Please sign in to comment.