Skip to content

Commit

Permalink
change the .bash_profile path
Browse files Browse the repository at this point in the history
  • Loading branch information
matancarmeli7 committed Jul 5, 2021
1 parent 34f9715 commit 057884f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/setup_ci_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set +o pipefail
python -m pip install --upgrade pip docker-hub==2.2.0
echo docker-hub > dev-requirements.txt

cat >>/tmp/myconfig.conf <<'EOL'
cat >>/home/runner/.bash_profile <<'EOL'
yq() {
docker run --rm -e operator_image_for_test=$operator_image_for_test\
-e controller_repository_for_test=$controller_repository_for_test\
Expand Down

0 comments on commit 057884f

Please sign in to comment.