Skip to content

Commit

Permalink
Merge pull request #22 from intracom-telecom-sdn/provision-fix
Browse files Browse the repository at this point in the history
Correction on provision fix to clone release branch
  • Loading branch information
konstantinos-papadopoulos authored Feb 28, 2017
2 parents fd5dbe4 + f0ab69c commit b1cb426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pip $pip_options install -r $BASE_DIR/requirements.txt
rm -rf $BASE_DIR/requirements.txt
deactivate

git clone -b master https://github.com/intracom-telecom-sdn/oftraf.git $BASE_DIR"/oftraf"
git clone -b v.1.0 https://github.com/intracom-telecom-sdn/oftraf.git $BASE_DIR"/oftraf"

# This step is required to run jobs with any user
#------------------------------------------------------------------------------
Expand Down

0 comments on commit b1cb426

Please sign in to comment.