Remove Jenkins jobs related to components which are not in Guilin Release
[ci-management.git] / jjb / vfc / build-nfvo-catalog-docker-image.sh
diff --git a/jjb/vfc/build-nfvo-catalog-docker-image.sh b/jjb/vfc/build-nfvo-catalog-docker-image.sh
deleted file mode 100755 (executable)
index d570d18..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-#
-echo '============== CALLING SCRIPT TO BUILD DOCKER IMAGES ================='
-
-CURRENTDIR="$(pwd)"
-echo $CURRENTDIR
-
-chmod 755 ./docker/*.*
-
-./docker/build_image.sh
-