mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-10 22:43:52 +00:00
>- and indentation changes don't interact well
blackslashes are more likely to be understood, I guess
This commit is contained in:
parent
5b7f5a9f88
commit
b2acd0f7d0
@ -457,9 +457,9 @@ jobs:
|
|||||||
- "run":
|
- "run":
|
||||||
# The Nix package doesn't know how to do this part, unfortunately.
|
# The Nix package doesn't know how to do this part, unfortunately.
|
||||||
name: "Generate version"
|
name: "Generate version"
|
||||||
command: >-
|
command: |
|
||||||
nix-shell .circleci/python.nix
|
nix-shell .circleci/python.nix \
|
||||||
--argstr pkgsVersion "$NIXPKGS"
|
--argstr pkgsVersion "$NIXPKGS" \
|
||||||
--run 'python setup.py update_version'
|
--run 'python setup.py update_version'
|
||||||
|
|
||||||
- "run":
|
- "run":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user