Skip to content

Commit 057884f

Browse files
committed
change the .bash_profile path
1 parent 34f9715 commit 057884f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/setup_ci_dependencies.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set +o pipefail
44
python -m pip install --upgrade pip docker-hub==2.2.0
55
echo docker-hub > dev-requirements.txt
66

7-
cat >>/tmp/myconfig.conf <<'EOL'
7+
cat >>/home/runner/.bash_profile <<'EOL'
88
yq() {
99
docker run --rm -e operator_image_for_test=$operator_image_for_test\
1010
-e controller_repository_for_test=$controller_repository_for_test\

0 commit comments

Comments
 (0)