Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit 225b446

Browse files
Bot Updating Templated Files
1 parent afc65a2 commit 225b446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ pipeline {
343343
chmod 777 /tmp/package_versions.txt'
344344
elif [ "${DIST_IMAGE}" == "ubuntu" ]; then
345345
docker run --rm --entrypoint '/bin/sh' -v ${TEMPDIR}:/tmp ${LOCAL_CONTAINER} -c '\
346-
apt list -qq --installed > /tmp/package_versions.txt && \
346+
apt list -qq --installed | cut -d" " -f1-2 > /tmp/package_versions.txt && \
347347
chmod 777 /tmp/package_versions.txt'
348348
fi
349349
NEW_PACKAGE_TAG=$(md5sum ${TEMPDIR}/package_versions.txt | cut -c1-8 )

0 commit comments

Comments
 (0)