Skip to content

Commit 96f2856

Browse files
committed
more uncommenting
1 parent 4c8ac8a commit 96f2856

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.evergreen/functions.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -669,11 +669,11 @@ functions:
669669
# Load environment variables
670670
eval $(.evergreen/print-compass-env.sh)
671671
672-
if [[ "$IS_WINDOWS" == "true" ]]; then
672+
#if [[ "$IS_WINDOWS" == "true" ]]; then
673673
# TODO: windows_setup
674674
# TODO: windows_msi
675675
# TODO: windows_zip
676-
fi
676+
#fi
677677
678678
if [[ "$IS_OSX" == "true" ]]; then
679679
echo "Disabling clipboard usage in e2e tests (TODO: https://jira.mongodb.org/browse/BUILD-14780)"
@@ -682,15 +682,15 @@ functions:
682682
# TODO: osx_zip
683683
fi
684684
685-
if [[ "$IS_UBUNTU" == "true" ]]; then
685+
#if [[ "$IS_UBUNTU" == "true" ]]; then
686686
# TODO: linux_deb
687687
# TODO: linux_tar
688-
fi
688+
#fi
689689
690-
if [[ "$IS_RHEL" == "true" ]]; then
690+
#if [[ "$IS_RHEL" == "true" ]]; then
691691
# TODO: linux_rpm
692692
# TODO: rhel_tar
693-
fi
693+
#fi
694694
695695
696696
test-web-sandbox:

0 commit comments

Comments
 (0)