Skip to content

Commit 673f1c4

Browse files
Bot Updating Templated Files
1 parent 149227c commit 673f1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Jenkinsfile

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

0 commit comments

Comments
 (0)