Skip to content

Commit

Permalink
Fix reference to testing/common.sh scrip
Browse files Browse the repository at this point in the history
Signed-off-by: pjuarezd <[email protected]>
  • Loading branch information
pjuarezd committed Aug 14, 2024
1 parent a53496b commit 0debadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-app/tests/scripts/operator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
SCRIPT_DIR=$(dirname "$0")
export SCRIPT_DIR
source "${SCRIPT_DIR}/common.sh" # This is common.sh for TestCafe Tests
source "${GITHUB_WORKSPACE}/tests/common.sh" # This is common.sh for k8s tests.
source "${GITHUB_WORKSPACE}/testing/common.sh" # This is common.sh for k8s tests.

## this enables :dev tag for minio/operator container image.
CI="true"
Expand Down

0 comments on commit 0debadf

Please sign in to comment.