onap: Create change.properties file even if it is not supported
[infra/cicd.git] / jjb / cloud-infra / determine-scenario.sh
index 2779d63e88840356ec5ed5775e5056a72f9ea3ec..14950f4f188cc9d94f0f39d3b3756da497fe7394 100644 (file)
@@ -76,6 +76,10 @@ function determine_scenario() {
   else
     cd $WORKSPACE
     COMMIT_MESSAGE=$(git show -s --format=%B)
+    export PROVISIONER_TYPE=none
+    export INSTALLER_TYPE=none
+    export DEPLOY_SCENARIO=none
+    write_change_metadata
     echo "Info: Not implemented!"
     exit 0
   fi