Skip to content

Commit

Permalink
Fix env var formatting (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofalvai authored Apr 12, 2021
1 parent 4ebb1ef commit b05cc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ inputs:
You can use multiple options, separated by a space
character. Example: `--stacktrace --debug`
If `--debug` or `-d` options are set then only the last 20 lines of the raw gradle output will be visible in the build log.
The full raw output will be exported to the $BITRISE_GRADLE_RAW_RESULT_TEXT_PATH variable and will be added as an artifact.
The full raw output will be exported to the `$BITRISE_GRADLE_RAW_RESULT_TEXT_PATH` variable and will be added as an artifact.
- retry_on_failure: "yes"
opts:
category: Debug
Expand Down

0 comments on commit b05cc92

Please sign in to comment.