Skip to content

Commit

Permalink
CI: Do not run tests in the bootstrap task
Browse files Browse the repository at this point in the history
- It is useless, as `python3 /tmp/bork...pyz run test` immediately shells out
  to pytest, and tests the version of bork that is on the filesystem.
- It fails because `git` isn't installed.
  • Loading branch information
nbraud committed Jan 1, 2021
1 parent a6a4275 commit 1b7dee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ Zipapp_bootstrap_task:
- cd /tmp/pass3
- cp /tmp/pass2/dist/bork-*.pyz /tmp/bork-pass2.pyz
- python3 /tmp/bork-pass2.pyz build
- cp ./dist/bork-*.pyz /tmp/bork-pass3.pyz
- python3 /tmp/bork-pass3.pyz run lint
- '[ -e ./dist/bork-*.pyz ]'


Linux_task:
container:
Expand Down

0 comments on commit 1b7dee0

Please sign in to comment.