Skip to content
Snippets Groups Projects
Commit 1c26dfe5 authored by Markus Frosch's avatar Markus Frosch
Browse files

Remove netrc experiments

parent bbd44f6b
No related branches found
No related tags found
No related merge requests found
Pipeline #5254 passed
......@@ -54,10 +54,8 @@ set -ex
docker run -i --rm "${dockeropt[@]}" \
--env-file "${env_file}" \
-v "$(pwd)":/tmp/build \
-v "$HOME/.netrc:/home/jenkins/.netrc:ro" \
-v "$HOME/.curlrc:/home/jenkins/.curlrc:ro" \
--workdir /tmp/build \
--user jenkins \
--user "$(id -u)" \
"${DOCKER_IMAGE}" \
"$@"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment