Skip to content

Commit

Permalink
fix the helper scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydpick committed Feb 3, 2016
1 parent 35294ee commit f8d4f35
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 13 deletions.
8 changes: 2 additions & 6 deletions build_and_inspect_tester
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ docker run \
-it \
--entrypoint=/bin/bash \
-v /var/run/docker.sock:/var/run/docker.sock \
-v `pwd`/dev/uphold.yml:/etc/uphold/uphold.yml \
-v `pwd`/dev/conf.d:/etc/uphold/conf.d \
-v `pwd`/dev/tests:/etc/uphold/tests \
-v `pwd`/dev/blobs:/var/backups \
-v `pwd`/dev/custom/engines:/etc/uphold/engines \
-v `pwd`/dev/custom/transports:/etc/uphold/transports \
-v `pwd`/dev:/etc/uphold \
-v `pwd`/dev/logs:/var/log/uphold \
uphold-tester:dockerfile
4 changes: 2 additions & 2 deletions build_and_inspect_ui
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ docker run \
-it \
--entrypoint=/bin/bash \
-v /var/run/docker.sock:/var/run/docker.sock \
-v `pwd`/dev/uphold.yml:/etc/uphold/uphold.yml \
-v `pwd`/dev/logs:/var/logs/uphold \
-v `pwd`/dev:/etc/uphold \
-v `pwd`/dev/logs:/var/log/uphold \
uphold-ui:dockerfile
2 changes: 1 addition & 1 deletion build_and_run_tester
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ docker run \
-v `pwd`/dev/logs:/var/log/uphold \
-v `pwd`/dev:/etc/uphold \
uphold-tester:dockerfile \
s3.yml
s3-mongo.yml

if [ $? -eq 0 ]; then
echo Success
Expand Down
5 changes: 1 addition & 4 deletions build_and_run_ui
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ docker run \
--rm \
-p 80:80 \
-v /var/run/docker.sock:/var/run/docker.sock \
-v `pwd`/dev/uphold.yml:/etc/uphold/uphold.yml \
-v `pwd`/dev/conf.d:/etc/uphold/conf.d \
-v `pwd`/dev:/etc/uphold \
-v `pwd`/dev/logs:/var/log/uphold \
-v `pwd`/dev/custom/engines:/etc/uphold/engines \
-v `pwd`/dev/custom/transports:/etc/uphold/transports \
uphold-ui:dockerfile

0 comments on commit f8d4f35

Please sign in to comment.