Skip to content

Commit

Permalink
CI Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeevsathish committed Sep 1, 2018
1 parent 36eb864 commit dcaef33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stage1.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
set -eu -o pipefail
sudo add-apt-repository ppa:jonathonf/python-2.7 &&
sudo apt-get update -y &&
sudo apt-get -y update &&
sudo apt-get install git -y &&
sudo apt-get install -f python2.7 python2.7 libpython2.7 &&
sudo apt-get install python2.7 python2.7 libpython2.7 -y &&
pip install pyyaml &&
git clone $1 &&
cp config sunbird-devops/deploy &&
Expand Down

0 comments on commit dcaef33

Please sign in to comment.