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

Commit 8ae18db

Browse files
Bot Updating Templated Files
1 parent 84655b3 commit 8ae18db

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
@@ -353,7 +353,7 @@ pipeline {
353353
chmod 777 /tmp/package_versions.txt'
354354
elif [ "${DIST_IMAGE}" == "ubuntu" ]; then
355355
docker run --rm --entrypoint '/bin/sh' -v ${TEMPDIR}:/tmp ${LOCAL_CONTAINER} -c '\
356-
apt list -qq --installed > /tmp/package_versions.txt && \
356+
apt list -qq --installed | cut -d" " -f1-2 > /tmp/package_versions.txt && \
357357
chmod 777 /tmp/package_versions.txt'
358358
fi
359359
NEW_PACKAGE_TAG=$(md5sum ${TEMPDIR}/package_versions.txt | cut -c1-8 )

0 commit comments

Comments
 (0)