We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c773aa commit b4032bdCopy full SHA for b4032bd
.circleci/config.yml
@@ -186,7 +186,8 @@ commands:
186
steps:
187
- run:
188
name: Store prerelease suffix
189
- command: "scripts/prerelease_suffix.sh" nightly "$CIRCLE_TAG" > prerelease.txt
+ command: |
190
+ "scripts/prerelease_suffix.sh" nightly "$CIRCLE_TAG" > prerelease.txt
191
192
install_and_check_minimum_requirements:
193
parameters:
0 commit comments