Skip to content

Commit f48c70d

Browse files
Bot Updating Templated Files
1 parent a384d12 commit f48c70d

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)