mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
yaml syntax
This commit is contained in:
parent
d369dc0f2c
commit
e6e38128bc
@ -135,14 +135,6 @@ workflows:
|
||||
when: "<< pipeline.parameters.build-images >>"
|
||||
|
||||
jobs:
|
||||
windows-server-2022:
|
||||
executor: "windows"
|
||||
steps:
|
||||
- "checkout"
|
||||
|
||||
- "run":
|
||||
<<: *INSTALL_TOX
|
||||
|
||||
codechecks:
|
||||
docker:
|
||||
- <<: *DOCKERHUB_AUTH
|
||||
@ -161,6 +153,14 @@ jobs:
|
||||
command: |
|
||||
~/.local/bin/tox -e codechecks
|
||||
|
||||
windows-server-2022:
|
||||
executor: "windows"
|
||||
steps:
|
||||
- "checkout"
|
||||
|
||||
- "run":
|
||||
<<: *INSTALL_TOX
|
||||
|
||||
pyinstaller:
|
||||
docker:
|
||||
- <<: *DOCKERHUB_AUTH
|
||||
|
Loading…
x
Reference in New Issue
Block a user