add python compatibility module
[optf/has.git] / run-dockers.sh
index 087c92c..e618983 100755 (executable)
@@ -4,8 +4,7 @@
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.1.1"
-STAGING="1.1.1-STAGING"
+VERSION="1.3.3"
 PROJECT="optf-has"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
 IMAGE_NAME="${DOCKER_REPOSITORY}/${ORG}/${PROJECT}"
@@ -51,6 +50,7 @@ function get_from_arguments_or_default(){
         exit 0;
     fi
 }
+
 #conductor.conf
 if [ -z "$1" ]
   then