Skip to content

Instantly share code, notes, and snippets.

@JPinkney
Last active May 15, 2018 19:44
Show Gist options
  • Save JPinkney/3cdf5d4f817ee195cdf2d80abb7221c6 to your computer and use it in GitHub Desktop.
Save JPinkney/3cdf5d4f817ee195cdf2d80abb7221c6 to your computer and use it in GitHub Desktop.
{
"properties":{
"working_directory": {
"markdownDescription":
"In which directory to run the steps. (default: `~/project`. `project` is a literal string, not the name of the project.) You can also refer the directory with `$CIRCLE_WORKING_DIRECTORY` environment variable.",
"type": "string",
"default": "~/project"
},
"working_directory2": {
"description":
"In which directory to run the steps. (default: `~/project`. `project` is a literal string, not the name of the project.) You can also refer the directory with `$CIRCLE_WORKING_DIRECTORY` environment variable.",
"type": "string",
"default": "~/project"
}
},
type: "object"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment