Tools: build_ci: disable .profile check on github actions
This commit is contained in:
parent
95a273e18a
commit
a4b27c6c37
@ -5,7 +5,9 @@
|
|||||||
|
|
||||||
XOLDPWD=$PWD # profile changes directory :-(
|
XOLDPWD=$PWD # profile changes directory :-(
|
||||||
|
|
||||||
. ~/.profile
|
if [ -z "$GITHUB_ACTIONS" ] || [ "$GITHUB_ACTIONS" != "true" ]; then
|
||||||
|
. ~/.profile
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$CI" = "true" ]; then
|
if [ "$CI" = "true" ]; then
|
||||||
export PIP_ROOT_USER_ACTION=ignore
|
export PIP_ROOT_USER_ACTION=ignore
|
||||||
|
Loading…
Reference in New Issue
Block a user