Skip to content

Commit addec2e

Browse files
committed
remove extra copy of binary tarball
1 parent db0d802 commit addec2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/v2plugin_rootfs.sh

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ DOCKER_IMAGE=contivrootfs:${NETPLUGIN_CONTAINER_TAG}
2424
docker build -t ${DOCKER_IMAGE} \
2525
--build-arg TAR_FILE=$(basename "${NETPLUGIN_TAR_FILE}") install/v2plugin
2626

27+
rm install/v2plugin/${NETPLUGIN_TAR_FILE}
28+
2729
# creates a ready to run container but doesn't run it
2830
id=$(docker create $DOCKER_IMAGE true)
2931

0 commit comments

Comments
 (0)