Description:
Support working_directory value.
Justification:
I have a mono-repo project whereas folder structure is:
.
├── backend <=== BACKEND
├── certbot
├── commit.template
├── docker-compose.dev.yml
├── docker-compose.dev.yml~
├── docker-compose.prod.yml
├── docker-compose.prod.yml~
├── docker-compose.yml -> docker-compose.dev.yml
├── docker-compose.yml~
├── docs
├── downloads
├── frontend <==== FRONTEND
├── media
├── selenium
├── static
├── venv
└── waagent
To build frontend, I need to set working_directory to frontend, but use is not observing this value.
Are you willing to submit a PR?
No
Description:
Support
working_directoryvalue.Justification:
I have a mono-repo project whereas folder structure is:
To build
frontend, I need to setworking_directorytofrontend, butuseis not observing this value.Are you willing to submit a PR?
No