Skip to content

Commit 12d8509

Browse files
committed
print docker config
1 parent 74c3b23 commit 12d8509

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.evergreen/preinstall.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ echo "IS_WINDOWS: $IS_WINDOWS"
1818
echo "IS_RHEL: $IS_RHEL"
1919
echo "IS_UBUNTU: $IS_UBUNTU"
2020

21+
echo "DOCKER_CONFIG: $DOCKER_CONFIG"
22+
2123
SCRIPTDIR="$(cd $(dirname "$0"); pwd)"
2224

2325
if [ -n "$IS_WINDOWS" ]; then

0 commit comments

Comments
 (0)