We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a547176 commit 2d77886Copy full SHA for 2d77886
app-tests/run.sh
@@ -47,7 +47,7 @@ function prepare_policy_repo {
47
echo "- Clone tests policy repo to create test's branch"
48
export OPAL_POLICY_REPO_URL
49
export POLICY_REPO_BRANCH
50
- OPAL_POLICY_REPO_URL=${OPAL_POLICY_REPO_URL:-git@github.com:permitio/opal-tests-policy-repo.git}
+ OPAL_POLICY_REPO_URL=${OPAL_POLICY_REPO_URL:-git@github.com:daveads/opal-example-policy-repo.git}
51
POLICY_REPO_BRANCH=test-$RANDOM$RANDOM
52
rm -rf ./opal-tests-policy-repo
53
git clone "$OPAL_POLICY_REPO_URL"
0 commit comments