Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Commit

Permalink
Avoid auto-git-pull when running containers
Browse files Browse the repository at this point in the history
  • Loading branch information
kfoss committed Jul 22, 2015
1 parent 72b2e9d commit 8039f2c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 2-run-spark-master.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ __image=$__image_master


# update repo and images
git pull origin master && \
#git pull origin master && \
docker pull $__image # alternatively: ./1-build.sh


Expand Down
2 changes: 1 addition & 1 deletion 3-run-spark-worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ __image=$__image_worker


# update repo and images
git pull origin master && \
#git pull origin master && \
docker pull $__image # alternatively: ./1-build.sh


Expand Down
2 changes: 1 addition & 1 deletion 4-run-spark-client-ipython.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ __image=$__image_client_standalone


# update repo and images
git pull origin master && \
#git pull origin master && \
docker pull $__image # alternatively: ./1-build.sh


Expand Down
2 changes: 1 addition & 1 deletion 5-run-spark-mesos-client-ipython.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ __image=$__image_client_mesos


# update repo and images
git pull origin master && \
#git pull origin master && \
docker pull $__image # alternatively: ./1-build.sh


Expand Down

0 comments on commit 8039f2c

Please sign in to comment.