summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-06-19 19:32:37 -0400
committerMicah Lee <micah@micahflee.com>2022-06-19 19:32:37 -0400
commit5ce4af6918a5f72d6624ec8e3b5713162730de0a (patch)
tree4cdf199b8248b22712fb5c4c8f2b8cd350602361
parent8eef25f2ff3ec2768020fd0d29632eacf5c7bac2 (diff)
downloadonionshare-5ce4af6918a5f72d6624ec8e3b5713162730de0a.tar.gz
onionshare-5ce4af6918a5f72d6624ec8e3b5713162730de0a.zip
Try removing python install logs
-rw-r--r--.circleci/config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index f9646ae9..02f6e9d7 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -94,7 +94,7 @@ jobs:
command: |
cd ~\Downloads
Invoke-WebRequest -Uri https://www.python.org/ftp/python/3.9.13/python-3.9.13-amd64.exe -OutFile python-3.9.13-amd64.exe
- .\python-3.9.13-amd64.exe /quiet InstallAllUsers=1 TargetDir=C:\Python39 /log Python39-Install.log
+ .\python-3.9.13-amd64.exe /quiet InstallAllUsers=1 TargetDir=C:\Python39
- run:
name: Install poetry
@@ -200,7 +200,7 @@ jobs:
command: |
cd ~\Downloads
Invoke-WebRequest -Uri https://www.python.org/ftp/python/3.9.13/python-3.9.13.exe -OutFile python-3.9.13.exe
- .\python-3.9.13.exe /quiet InstallAllUsers=1 TargetDir=C:\Python39 /log Python39-Install.log
+ .\python-3.9.13.exe /quiet InstallAllUsers=1 TargetDir=C:\Python39
- run:
name: Install poetry