Skip to content

Commit 4190cef

Browse files
committed
Updated opdemand/buildstep build procedure.
1 parent 5f83a5e commit 4190cef

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

contrib/ec2/prepare-ubuntu-ami.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ apt-get install lxc-docker curl git make python-setuptools python-pip -yq
3333
# create buildstep docker image
3434
git clone -b deis https://github.com/opdemand/buildstep.git
3535
cd buildstep
36+
git checkout deis
3637
make
3738
cd ..
3839
rm -rf buildstep

contrib/rackspace/prepare-rackspace-image.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ apt-get install lxc-docker curl git make python-setuptools python-pip -yq
3434
# create buildstep docker image
3535
git clone -b deis https://github.com/opdemand/buildstep.git
3636
cd buildstep
37+
git checkout deis
3738
make
3839
cd ..
3940
rm -rf buildstep

0 commit comments

Comments
 (0)