diff options
author | Geoff Mishkin <geoff.mishkin@10gen.com> | 2019-02-20 11:31:01 -0500 |
---|---|---|
committer | Max Hirschhorn <max.hirschhorn@mongodb.com> | 2019-02-20 11:31:01 -0500 |
commit | 56a3a1c3d450439b8e571ea22678eb88b60ecab1 (patch) | |
tree | 984f8d9e814ffb9723c0f69b474d1512f9f6c17f /etc | |
parent | 032249aac788a1bd1abf2ee710692d9f691839d3 (diff) | |
download | mongo-56a3a1c3d450439b8e571ea22678eb88b60ecab1.tar.gz |
SERVER-39686 Empty function no longer needed for file to work
Closes #1298.
Signed-off-by: Max Hirschhorn <max.hirschhorn@mongodb.com>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/cloud_nightly.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/etc/cloud_nightly.yml b/etc/cloud_nightly.yml index c2639e21123..b875b98d709 100644 --- a/etc/cloud_nightly.yml +++ b/etc/cloud_nightly.yml @@ -1,14 +1,5 @@ stepback: true -# Needed til EVG-3714 is deployed -functions: - something: - - command: shell.exec - params: - shell: bash - script: | - exit - tasks: - name: GENERATE_MMS_TESTS commands: |