We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f9715 commit 057884fCopy full SHA for 057884f
scripts/ci/setup_ci_dependencies.sh
@@ -4,7 +4,7 @@ set +o pipefail
4
python -m pip install --upgrade pip docker-hub==2.2.0
5
echo docker-hub > dev-requirements.txt
6
7
-cat >>/tmp/myconfig.conf <<'EOL'
+cat >>/home/runner/.bash_profile <<'EOL'
8
yq() {
9
docker run --rm -e operator_image_for_test=$operator_image_for_test\
10
-e controller_repository_for_test=$controller_repository_for_test\
0 commit comments