From 7e2ab711f5b22c4ab9fba9db8e1f2ef76daaf4e9 Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 12 Jan 2021 16:46:36 +0000 Subject: [PATCH] Skip packaging on CI for now Signed-off-by: falkTX --- .travis/script.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis/script.sh b/.travis/script.sh index 7e4edce..f14147e 100755 --- a/.travis/script.sh +++ b/.travis/script.sh @@ -48,8 +48,9 @@ ${TRAVIS_BUILD_DIR}/build-plugins.sh ${TARGET} ${PLUGINS} ${TRAVIS_BUILD_DIR}/.cleanup.sh ${TARGET} # packing of plugins can only be done when doing a full build -if [ ${LAST_BOOTSTRAP_VERSION} -eq ${BOOTSTRAP_VERSION} ]; then - ${TRAVIS_BUILD_DIR}/pack-plugins.sh ${TARGET} ${PLUGINS} -fi +# TODO enable packaging plugins when CI works again +# if [ ${LAST_BOOTSTRAP_VERSION} -eq ${BOOTSTRAP_VERSION} ]; then +# ${TRAVIS_BUILD_DIR}/pack-plugins.sh ${TARGET} ${PLUGINS} +# fi echo ${BOOTSTRAP_VERSION} > ${HOME}/PawPawBuilds/builds/.last-bootstrap-version