Skip to content

Commit

Permalink
Merge pull request #6139 from prwolfe/modify_no_proxy
Browse files Browse the repository at this point in the history
Remove .sandia.gov from the no_proxy list
  • Loading branch information
prwolfe authored Oct 22, 2019
2 parents 648b1ad + ff36fd5 commit b43b761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/std/PullRequestLinuxDriver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ echo -e "REPO_ROOT : ${REPO_ROOT}"
# proxies so set them here.
export https_proxy=http://wwwproxy.sandia.gov:80
export http_proxy=http://wwwproxy.sandia.gov:80
export no_proxy='localhost,localnets,.sandia.gov,127.0.0.1,169.254.0.0/16,forge.sandia.gov'
export no_proxy='localhost,localnets,127.0.0.1,169.254.0.0/16,forge.sandia.gov'


# Call the script to handle merging the incoming branch into
Expand Down

0 comments on commit b43b761

Please sign in to comment.