summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-10-14 20:44:21 -0700
committerMicah Lee <micah@micahflee.com>2020-10-14 20:44:21 -0700
commit6bc085922badf26075af4f7ff8c448bfe454e175 (patch)
tree43a0f3d7883cd3d4baa5799fe98d44188683a8ac
parent33d522d0dae819f12709299b5b9eaff32a16c5ab (diff)
downloadonionshare-6bc085922badf26075af4f7ff8c448bfe454e175.tar.gz
onionshare-6bc085922badf26075af4f7ff8c448bfe454e175.zip
Fix yaml spacing
-rw-r--r--.circleci/config.yml28
1 files changed, 14 insertions, 14 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 14655862..f8df8451 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -22,13 +22,13 @@ jobs:
- checkout
- run:
- name: Install dependencies
- command: |
- sudo apt-get update
- sudo apt-get -y install tor obfs4proxy
- pip install poetry
- cd ~/repo/cli
- poetry install
+ name: Install dependencies
+ command: |
+ sudo apt-get update
+ sudo apt-get -y install tor obfs4proxy
+ pip install poetry
+ cd ~/repo/cli
+ poetry install
- run:
name: Run tests
@@ -46,13 +46,13 @@ jobs:
- checkout
- run:
- name: Install dependencies
- command: |
- sudo apt-get update
- sudo apt-get install -y xvfb tor obfs4proxy gcc python3-dev
- cd ~/repo/desktop
- pip install briefcase pytest pytest-briefcase pytest-faulthandler pytest-qt
- pip install $(python -c 'import toml; print(" ".join(toml.loads(open("pyproject.toml").read())["tool"]["briefcase"]["app"]["onionshare"]["requires"]))')
+ name: Install dependencies
+ command: |
+ sudo apt-get update
+ sudo apt-get install -y xvfb tor obfs4proxy gcc python3-dev
+ cd ~/repo/desktop
+ pip install briefcase pytest pytest-briefcase pytest-faulthandler pytest-qt
+ pip install $(python -c 'import toml; print(" ".join(toml.loads(open("pyproject.toml").read())["tool"]["briefcase"]["app"]["onionshare"]["requires"]))')
- run:
name: Run tests