mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
that comment handles the >- yaml string type badly
This commit is contained in:
parent
013e1810e4
commit
78c4b98b08
@ -455,9 +455,9 @@ jobs:
|
||||
steps:
|
||||
- "checkout"
|
||||
- "run":
|
||||
# The Nix package doesn't know how to do this part, unfortunately.
|
||||
name: "Generation version"
|
||||
command: >-
|
||||
# The Nix package doesn't know how to do this part, unfortunately.
|
||||
nix-shell .circleci/python.nix
|
||||
--argstr pkgsVersion "$NIXPKGS"
|
||||
--run 'python setup.py update_version'
|
||||
|
Loading…
Reference in New Issue
Block a user