mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-26 03:02:58 -03:00
Make CircleCI use the new get-tor.py
This commit is contained in:
parent
3fd96cd472
commit
28655d28c8
1 changed files with 3 additions and 3 deletions
|
@ -93,7 +93,7 @@ jobs:
|
||||||
name: Get tor
|
name: Get tor
|
||||||
command: |
|
command: |
|
||||||
cd ~\project\desktop
|
cd ~\project\desktop
|
||||||
poetry run python .\scripts\get-tor-windows.py
|
poetry run python .\scripts\get-tor.py
|
||||||
- run:
|
- run:
|
||||||
name: Build meek
|
name: Build meek
|
||||||
command: |
|
command: |
|
||||||
|
@ -141,7 +141,7 @@ jobs:
|
||||||
name: Get tor
|
name: Get tor
|
||||||
command: |
|
command: |
|
||||||
cd ~\project\desktop
|
cd ~\project\desktop
|
||||||
C:\Python-32bit\Scripts\poetry run python .\scripts\get-tor-windows.py
|
C:\Python-32bit\Scripts\poetry run python .\scripts\get-tor.py
|
||||||
- run:
|
- run:
|
||||||
name: Build meek
|
name: Build meek
|
||||||
command: |
|
command: |
|
||||||
|
@ -190,7 +190,7 @@ jobs:
|
||||||
name: Get tor
|
name: Get tor
|
||||||
command: |
|
command: |
|
||||||
cd ~/project/desktop
|
cd ~/project/desktop
|
||||||
poetry run ./scripts/get-tor-osx.py
|
poetry run python ./scripts/get-tor.py
|
||||||
- run:
|
- run:
|
||||||
name: Build meek
|
name: Build meek
|
||||||
command: |
|
command: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue