Skip to content

Commit

Permalink
release script: don't run the tests
Browse files Browse the repository at this point in the history
For two reasons:

1. They're not functional within rkt
2. They rebuild the binaries dynamically
  • Loading branch information
steveej committed May 6, 2016
1 parent a721ce6 commit 19bb4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release-with-rkt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ sudo -E rkt run \
${FEDORA_IMAGE} \
--exec /bin/bash \
-- -xe -c "\
${FEDORA_INSTALL}; cd /opt/src; umask 0022; CGO_ENABLED=0 ./build ${BUILDFLAGS}; ./test || true; \
${FEDORA_INSTALL}; cd /opt/src; umask 0022; CGO_ENABLED=0 ./build ${BUILDFLAGS}; \
for format in txz tbz2 tgz; do \
FILENAME=cni-${TAG}.\$format; \
FILEPATH=${RELEASE_DIR}/\$FILENAME; \
Expand Down

0 comments on commit 19bb4a1

Please sign in to comment.