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 138d08a commit 467d76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stage1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo add-apt-repository ppa:jonathonf/python-3.6 &&
sudo apt-get update -y &&
sudo apt-get install git -y &&
sudo apt-get install python3.6 python3.6 libpython3.6 python3-pip -y &&
sudo easy_install pip -y &&
sudo apt-get install python-pip -y &&
pip install pyyaml &&
git clone $1 &&
cp config sunbird-devops/deploy &&
Expand Down

0 comments on commit 467d76c

Please sign in to comment.