>- and indentation changes don't interact well

blackslashes are more likely to be understood, I guess
This commit is contained in:
Jean-Paul Calderone 2022-01-27 14:05:59 -05:00
parent 5b7f5a9f88
commit b2acd0f7d0

View File

@ -457,9 +457,9 @@ jobs:
- "run":
# The Nix package doesn't know how to do this part, unfortunately.
name: "Generate version"
command: >-
nix-shell .circleci/python.nix
--argstr pkgsVersion "$NIXPKGS"
command: |
nix-shell .circleci/python.nix \
--argstr pkgsVersion "$NIXPKGS" \
--run 'python setup.py update_version'
- "run":