diff options
Diffstat (limited to 'jjb/common/include-agl-kci-publish-build-meta.sh')
-rw-r--r-- | jjb/common/include-agl-kci-publish-build-meta.sh | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/jjb/common/include-agl-kci-publish-build-meta.sh b/jjb/common/include-agl-kci-publish-build-meta.sh index 1c586a45..5782c004 100644 --- a/jjb/common/include-agl-kci-publish-build-meta.sh +++ b/jjb/common/include-agl-kci-publish-build-meta.sh @@ -5,13 +5,15 @@ echo "#########################################" echo "\n\n\n" kci-publish() { - if [ -e tmp/deploy/images/${TARGETMACHINE}/build-info ] ; then - echo "DEBUG: load build-info" - # we need some variable from here - source tmp/deploy/images/${TARGETMACHINE}/build-info - fi +# if [ -e tmp/deploy/images/${TARGETMACHINE}/build-info ] ; then +# echo "DEBUG: load build-info" +# # we need some variable from here +# source tmp/deploy/images/${TARGETMACHINE}/build-info +# fi echo "DEBUG: GERRIT_PROJECT $GERRIT_PROJECT" +set + FSR="" # check GERRIT_PROJECT to find if we build an app or not if echo $GERRIT_PROJECT |grep -q apps ;then @@ -108,4 +110,4 @@ set -e return 0 } -kci-publish +#kci-publish |