mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-22 06:17:50 +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:
|
steps:
|
||||||
- "checkout"
|
- "checkout"
|
||||||
- "run":
|
- "run":
|
||||||
|
# The Nix package doesn't know how to do this part, unfortunately.
|
||||||
name: "Generation version"
|
name: "Generation version"
|
||||||
command: >-
|
command: >-
|
||||||
# The Nix package doesn't know how to do this part, unfortunately.
|
|
||||||
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'
|
||||||
|
Loading…
Reference in New Issue
Block a user