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 6cea02f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions web-app/tests/scripts/operator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@
# # You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

SCRIPT_DIR=$(dirname "$0")
WEBAPP_SCRIPT_DIR=$(dirname "$0")
export WEBAPP_SCRIPT_DIR
source "${WEBAPP_SCRIPT_DIR}/common.sh" # This is common.sh for TestCafe Tests

SCRIPT_DIR="$GITHUB_WORKSPACE/testing"
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 "${SCRIPT_DIR}/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 6cea02f

Please sign in to comment.