File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments