From f9e2bc215d573688506730fc09907e8e3e6f3cd0 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 29 May 2022 15:33:30 -0700 Subject: [PATCH] Fix skipping tasks for restoring obfs4proxy and meek-client --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cf1725c0..cb459dac 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -207,7 +207,7 @@ jobs: - run: name: Build obfs4proxy command: | - if ((Test-Path -Path C:\Users\circleci\project\desktop\onionshare\resources\tor\Tor\obfs4proxy.exe) -eq $True) { + if ((Test-Path -Path C:\Users\circleci\project\desktop\onionshare\resources\tor\obfs4proxy.exe) -eq $True) { Write-Output "obfs4proxy already built" } else { # curl https://keys.openpgp.org/vks/v1/by-fingerprint/9EB1A490C73CC5D44DFB3E47BFBD1C7B8A6EC81A | gpg --import @@ -256,7 +256,7 @@ jobs: - run: name: Build meek-client command: | - if ((Test-Path -Path C:\Users\circleci\project\desktop\onionshare\resources\tor\Tor\meek-client.exe) -eq $True) { + if ((Test-Path -Path C:\Users\circleci\project\desktop\onionshare\resources\tor\meek-client.exe) -eq $True) { Write-Output "snowflake already built" } else { New-Item -ItemType Directory -Force -Path C:\Users\circleci\src\meek