-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logic
Description
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
kevinawoo, wnmz, iamakulov, Threated, hueter and 33 more
Metadata
Metadata
Assignees
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logic