Skip to content

Fix work-folder as parameter in build script. - #903

Open
AndreRicardo-Zoetis wants to merge 1 commit into
Azure:developfrom
AndreRicardo-Zoetis:fix-workfolder-as-parameter
Open

Fix work-folder as parameter in build script.#903
AndreRicardo-Zoetis wants to merge 1 commit into
Azure:developfrom
AndreRicardo-Zoetis:fix-workfolder-as-parameter

Conversation

@AndreRicardo-Zoetis

Copy link
Copy Markdown
Contributor

Fix work-folder being created in default location even if --work-folder is passed.

Steps to reproduce:

$ rm -rf .workspace/
$ scripts/build.sh --work-folder /different_folder
Creating work folder: /workspaces/iot-hub-device-update/scripts/../.workspace

Notice how when passed --work-folder still created a folder in the default space rather than the passed parameter.

After this PR:

$ scripts/build.sh --work-folder /different_folder
Creating work folder: /different_folder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant