Skip to content

Commit 57e8f7b

Browse files
Bot Updating Templated Files
1 parent d5b6065 commit 57e8f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ pipeline {
355355
chmod 777 /tmp/package_versions.txt'
356356
elif [ "${DIST_IMAGE}" == "ubuntu" ]; then
357357
docker run --rm --entrypoint '/bin/sh' -v ${TEMPDIR}:/tmp ${LOCAL_CONTAINER} -c '\
358-
apt list -qq --installed > /tmp/package_versions.txt && \
358+
apt list -qq --installed | cut -d" " -f1-2 > /tmp/package_versions.txt && \
359359
chmod 777 /tmp/package_versions.txt'
360360
fi
361361
NEW_PACKAGE_TAG=$(md5sum ${TEMPDIR}/package_versions.txt | cut -c1-8 )

0 commit comments

Comments
 (0)