Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-33978

References to sudo in evergreen.yml should use ${set_sudo}

    • Fully Compatible
    • v4.0
    • TIG 2018-06-04
    • 1

      The generate compile expansions and umount shared scons directory functions reference sudo:

                  sudo umount /efs || umount /efs || true
      

      It should use the following form:

                ${set_sudo}
                $sudo umount /efs || true
      

            Assignee:
            jonathan.abrahams Jonathan Abrahams
            Reporter:
            jonathan.abrahams Jonathan Abrahams
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: