This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhuzhenjun-libosfp/ci/perpare_pulp3_netrc.sh
zhuzhenjun 7e1849233b compile: migrate to cmake
ci: migrate to MESA ci template
2023-10-12 14:48:10 +08:00

4 lines
139 B
Bash
Executable File

#!/usr/bin/env sh
set -evx
echo "machine ${PULP3_SERVER_URL}\nlogin ${PULP3_SERVER_LOGIN}\npassword ${PULP3_SERVER_PASSWORD}\n" > ~/.netrc