set IS_MUTAGEN in linux/dev_setup.sh
when mutagen is found to be installed we need to set IS_MUTAGEN to ensure all other steps are running the correct steps. flag = none Test Plan: -Jenkins passes -linux with mutagen, run docker_dev_setup.sh with no errors -the correct docker-compose.override.yml is copied -mac, no changes. docker_dev_setup.sh should still work Change-Id: Ia8111c005a344723d492a15a980770c4a63e2d12 Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/290807 Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> Reviewed-by: Andrea Cirulli <andrea.cirulli@instructure.com> Product-Review: James Butters <jbutters@instructure.com> QA-Review: James Butters <jbutters@instructure.com>
This commit is contained in:
parent
4e98563533
commit
c3f8c1bce2
|
@ -16,6 +16,7 @@ if installed mutagen || [ "${IS_MUTAGEN:-false}" = true ]; then
|
|||
print_mutagen_intro
|
||||
dependencies+=',mutagen 0.13.0,mutagen-compose'
|
||||
DOCKER_COMMAND="mutagen-compose"
|
||||
IS_MUTAGEN=true
|
||||
fi
|
||||
|
||||
set_service_util
|
||||
|
|
Loading…
Reference in New Issue