Skip to content

Commit 61d6bf1

Browse files
Bot Updating Templated Files
1 parent 37e5906 commit 61d6bf1

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
@@ -335,7 +335,7 @@ pipeline {
335335
chmod 777 /tmp/package_versions.txt'
336336
elif [ "${DIST_IMAGE}" == "ubuntu" ]; then
337337
docker run --rm --entrypoint '/bin/sh' -v ${TEMPDIR}:/tmp ${LOCAL_CONTAINER} -c '\
338-
apt -qq list --installed | awk "{print \$1,\$2}" > /tmp/package_versions.txt && \
338+
apt list -qq --installed > /tmp/package_versions.txt && \
339339
chmod 777 /tmp/package_versions.txt'
340340
fi
341341
NEW_PACKAGE_TAG=$(md5sum ${TEMPDIR}/package_versions.txt | cut -c1-8 )

0 commit comments

Comments
 (0)