mirror of
https://github.com/apple/container.git
synced 2026-09-22 23:55:34 +00:00
Fix broken proxy configuration for default kernel fetch. (#747)
- Closes #466. ## Type of Change - [x] Bug fix - [ ] New feature - [ ] Breaking change - [ ] Documentation update ## Motivation and Context Proxy logic worked well enough for CI but broken in general. ## Testing - [x] Tested locally - [x] Added/updated tests - [ ] Added/updated docs
This commit is contained in:
@@ -67,7 +67,6 @@ jobs:
|
||||
|
||||
- name: Test the container project
|
||||
run: |
|
||||
launchctl setenv HTTP_PROXY $HTTP_PROXY
|
||||
APP_ROOT=$(mktemp -d -p "${RUNNER_TEMP}")
|
||||
trap 'rm -rf "${APP_ROOT}"; echo Removing data directory ${APP_ROOT}' EXIT
|
||||
echo "Created data directory ${APP_ROOT}"
|
||||
|
||||
Reference in New Issue
Block a user