这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ docker: aufs
apt-get install -qq -y curl
egrep -i "^docker" /etc/group || groupadd docker
usermod -aG docker dokku
ifndef CI
curl -sSL https://get.docker.com/gpg | apt-key add -
echo deb http://get.docker.io/ubuntu docker main > /etc/apt/sources.list.d/docker.list
apt-get update
Expand All @@ -95,6 +96,7 @@ else
apt-get install -qq -y lxc-docker
endif
sleep 2 # give docker a moment i guess
endif

aufs:
ifndef CI
Expand Down
2 changes: 1 addition & 1 deletion tests/ci/parallel_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
MODE="$1"; MODE=${MODE:="testing"}

setup_circle() {
MAKE_ENV="CI=true DOCKER_VERSION=1.5.0"
MAKE_ENV="CI=true"
[[ "$1" == "buildstack" ]] && MAKE_ENV+=" BUILD_STACK=true "
echo "setting up with MAKE_ENV: $MAKE_ENV"
sudo -E CI=true make -e sshcommand
Expand Down