From f0ab69ca8a72d120721b3dcd51e23ea10926ac58 Mon Sep 17 00:00:00 2001 From: Konstantinos Papadopoulos Date: Tue, 28 Feb 2017 13:24:47 +0200 Subject: [PATCH] Correction on provision fix to clone release branch --- deploy/provision.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/provision.sh b/deploy/provision.sh index 0deb408..16e399c 100755 --- a/deploy/provision.sh +++ b/deploy/provision.sh @@ -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 #------------------------------------------------------------------------------