We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 551e742 commit 77a571fCopy full SHA for 77a571f
2 files changed
contrib/ec2/prepare-ubuntu-ami.sh
@@ -31,7 +31,7 @@ apt-get dist-upgrade -yq
31
apt-get install lxc-docker curl git make python-setuptools python-pip -yq
32
33
# create buildstep docker image
34
-git clone https://github.com/opdemand/buildstep.git
+git clone -b deis https://github.com/opdemand/buildstep.git
35
cd buildstep
36
make
37
cd ..
contrib/rackspace/prepare-rackspace-image.sh
@@ -32,7 +32,7 @@ apt-get dist-upgrade -yq
38
0 commit comments