Skip to content

Commit 4c8ac8a

Browse files
committed
might help if I use bash comments in a bash script
1 parent 1dd3ac8 commit 4c8ac8a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.evergreen/functions.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -670,26 +670,26 @@ functions:
670670
eval $(.evergreen/print-compass-env.sh)
671671
672672
if [[ "$IS_WINDOWS" == "true" ]]; then
673-
// TODO: windows_setup
674-
// TODO: windows_msi
675-
// TODO: windows_zip
673+
# TODO: windows_setup
674+
# TODO: windows_msi
675+
# TODO: windows_zip
676676
fi
677677
678678
if [[ "$IS_OSX" == "true" ]]; then
679679
echo "Disabling clipboard usage in e2e tests (TODO: https://jira.mongodb.org/browse/BUILD-14780)"
680680
export COMPASS_E2E_DISABLE_CLIPBOARD_USAGE="true"
681681
npm run --unsafe-perm --workspace compass-e2e-tests smoketest -- --package=osx_dmg
682-
// TODO: osx_zip
682+
# TODO: osx_zip
683683
fi
684684
685685
if [[ "$IS_UBUNTU" == "true" ]]; then
686-
// TODO: linux_deb
687-
// TODO: linux_tar
686+
# TODO: linux_deb
687+
# TODO: linux_tar
688688
fi
689689
690690
if [[ "$IS_RHEL" == "true" ]]; then
691-
// TODO: linux_rpm
692-
// TODO: rhel_tar
691+
# TODO: linux_rpm
692+
# TODO: rhel_tar
693693
fi
694694
695695

0 commit comments

Comments
 (0)