diff options
author | dyh <dengyuanhong@chinamobile.com> | 2020-07-20 14:29:49 +0800 |
---|---|---|
committer | dyh <dengyuanhong@chinamobile.com> | 2020-07-20 14:30:00 +0800 |
commit | 7737a0110c1cf90b027e5ebf11035625e5e53b59 (patch) | |
tree | 10da13540342802706616453d213ff89ba9b4ab7 /jjb/vfc/build-nfvo-catalog-docker-image.sh | |
parent | f66f52405a6c8858957143814465f33275c827e4 (diff) |
Remove Jenkins jobs related to components which are not in Guilin Release
Issue-ID: VFC-1708
Change-Id: Icc56dd6c96a7e6593cdee5d6e2d1e759bb4401f2
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
Diffstat (limited to 'jjb/vfc/build-nfvo-catalog-docker-image.sh')
-rwxr-xr-x | jjb/vfc/build-nfvo-catalog-docker-image.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/jjb/vfc/build-nfvo-catalog-docker-image.sh b/jjb/vfc/build-nfvo-catalog-docker-image.sh deleted file mode 100755 index d570d18a2..000000000 --- a/jjb/vfc/build-nfvo-catalog-docker-image.sh +++ /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 - |