summaryrefslogtreecommitdiff
path: root/ci/perpare_pulp3_netrc.sh
blob: 8414bbba442232426ef67513d6ae97eb3a9283d5 (plain)
1
2
3
#!/usr/bin/env sh
set -evx
echo "machine ${PULP3_SERVER_URL}\nlogin ${PULP3_SERVER_LOGIN}\npassword ${PULP3_SERVER_PASSWORD}\n" > ~/.netrc