Skip to content

Commit

Permalink
no_proxy fmt change
Browse files Browse the repository at this point in the history
Signed-off-by: Jie Ren <jie.ren@intel.com>
  • Loading branch information
jiere committed Sep 6, 2023
1 parent 4f9d43c commit ac067c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/platform-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
VALIDATOR_FILE_NAME: "validator.tar.gz"
ARTIFACT_DIR: "/tmp/artifacts"
http_proxy: "http://child-prc.intel.com:913"
no_proxy: "localhost,127.0.0.1,::1"
no_proxy: "localhost"

jobs:
build-artifacts:
Expand Down

0 comments on commit ac067c3

Please sign in to comment.