aboutsummaryrefslogtreecommitdiffstats
path: root/version-manifest/src/main/scripts/update-oom-image-versions.sh
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-05-09 15:04:32 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-05-09 15:04:32 -0700
commit64c540bd168c463f1bb1ba08b7c1a803eee24fcb (patch)
tree9fe2896b3a436965566eb5e6028484fd6d538380 /version-manifest/src/main/scripts/update-oom-image-versions.sh
parentb8a8ccd85b022503db1aa0691ed1047269fb0757 (diff)
Add script to sync heat template from manifest
Also clean up other helper scripts Change-Id: Icae9cac8c6e9e3cef5e52e66bf79d6c30d23d235 Issue-ID: INT-495 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'version-manifest/src/main/scripts/update-oom-image-versions.sh')
-rwxr-xr-xversion-manifest/src/main/scripts/update-oom-image-versions.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/version-manifest/src/main/scripts/update-oom-image-versions.sh b/version-manifest/src/main/scripts/update-oom-image-versions.sh
index eba847841..1a82b490d 100755
--- a/version-manifest/src/main/scripts/update-oom-image-versions.sh
+++ b/version-manifest/src/main/scripts/update-oom-image-versions.sh
@@ -2,7 +2,7 @@
if [ "$#" -ne 2 ]; then
echo This script updates OOM helm charts to use versions in docker-manifest.csv
- echo "$0 <docker-manifest.csv> <oom directory>"
+ echo "$0 <docker-manifest.csv> <oom repo directory>"
exit 1
fi
@@ -14,12 +14,6 @@ if [ -z "$WORKSPACE" ]; then
export WORKSPACE=`git rev-parse --show-toplevel`
fi
-DIR=$(dirname $(readlink -f "$0"))
-TARGET_DIR=$DIR/target
-rm -rf $TARGET_DIR
-mkdir -p $TARGET_DIR
-cd $TARGET_DIR
-
cd $OOM_DIR/kubernetes
for line in $(tail -n +2 $MANIFEST); do