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 74c3b23 commit 12d8509Copy full SHA for 12d8509
.evergreen/preinstall.sh
@@ -18,6 +18,8 @@ echo "IS_WINDOWS: $IS_WINDOWS"
18
echo "IS_RHEL: $IS_RHEL"
19
echo "IS_UBUNTU: $IS_UBUNTU"
20
21
+echo "DOCKER_CONFIG: $DOCKER_CONFIG"
22
+
23
SCRIPTDIR="$(cd $(dirname "$0"); pwd)"
24
25
if [ -n "$IS_WINDOWS" ]; then
0 commit comments