Skip to content

Commit

Permalink
CI: Don't run dist/bin/deploy.py (use source one)
Browse files Browse the repository at this point in the history
  • Loading branch information
declension committed Aug 5, 2018
1 parent 6855c4d commit 75e3fb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:

- run:
name: Test mqtt-squeeze zip creation
command: touch dist/etc/certs/foo.pem.crt && dist/bin/deploy.py mqtt
command: touch dist/etc/certs/foo.pem.crt && bin/deploy.py mqtt

- run:
name: Test deploy script (from source)
command: bin/deploy.py zip

- run:
name: Test deploy script (without build)
command: rm -rf dist/ tests/ && bin/deploy.py zip
command: rm -rf dist/ tests/ && bin/deploy.py zip

0 comments on commit 75e3fb0

Please sign in to comment.