mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 13:57:51 +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":
|
||||
# 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":
|
||||
|
Loading…
Reference in New Issue
Block a user