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

XMLWordPrintableJSON

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

      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 (Inactive)
              Reporter:
              Jonathan Abrahams (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: