X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=blobdiff_plain;f=jjb%2Fiec%2Fiec-compass-build.sh;fp=jjb%2Fiec%2Fiec-compass-build.sh;h=e604dfc93c9a86e1a52190ec09fa9ad8abf7d746;hp=b4032306757fbf8282cd39480de2465c6543933c;hb=52b76e81ba1eaeacb7ee4c9d7307190568c7269d;hpb=a50cd8cb04472e00985bb3271fa8dfaddda41d6f diff --git a/jjb/iec/iec-compass-build.sh b/jjb/iec/iec-compass-build.sh index b403230..e604dfc 100755 --- a/jjb/iec/iec-compass-build.sh +++ b/jjb/iec/iec-compass-build.sh @@ -36,8 +36,11 @@ ln -s $COMPASS_WORK_DIR work sudo docker rm -f `sudo docker ps | grep compass | cut -f1 -d' '` || true -curl -s http://people.linaro.org/~yibo.cai/compass/compass4nfv-arm64-fixup.sh | bash || true +curl -sL http://people.linaro.org/~yibo.cai/compass/compass4nfv-arm64-fixup.sh | bash || true ./build.sh +# Fix permissions so we can archive log files before pushing to Nexus +sudo chown $(id -u):$(id -g) -R "${WORKSPACE}" + exit 0