We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f8a3c commit 899af1dCopy full SHA for 899af1d
diff
@@ -78,7 +78,7 @@ if [[ "$BASE_IMAGE_TAG" == "gcr.io/"* ]]; then
78
docker pull "$BASE_IMAGE_TAG"
79
fi
80
81
-CMDS=('Rscript /tools/r_list_versions.R | sort')
+CMDS=("Rscript /tools/r_list_versions.R | sort" 'cat /etc/os-release | grep -oP "PRETTY_NAME=\"\K([^\"]*)"' "uname -r" "dpkg --list | awk '{print \$2\"==\"\$3}'")
82
for cmd in "${CMDS[@]}"; do
83
echo "== Comparing $cmd =="
84
diff --suppress-common-lines --side-by-side \
0 commit comments