summaryrefslogtreecommitdiff
path: root/ci/perpare_pulp3_netrc.sh
blob: 0aca8ece7826bc61dfc449919e0a64c2299221e9 (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