Skip to content

Commit cde0091

Browse files
authored
Merge pull request #162 from simonbaird/adjust-policy-configuration-template-default
Update default EC policy config in env template
2 parents f2ecc95 + e523a5e commit cde0091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rhtap/env.template.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export SOURCE_BUILD_RESULT_FILE=${SOURCE_BUILD_RESULT_FILE-""}
3939

4040
export TARGET_BRANCH=${TARGET_BRANCH-""}
4141
# enterprise contract
42-
export POLICY_CONFIGURATION=${POLICY_CONFIGURATION-"github.com/enterprise-contract/config//rhtap-${CI_TYPE}"}
42+
export POLICY_CONFIGURATION=${POLICY_CONFIGURATION-"github.com/enterprise-contract/config//rhtap-v0.6"}
4343
#internal, assumes jenkins is local openshift
4444
export REKOR_HOST=${REKOR_HOST-http://rekor-server.rhtap-tas.svc}
4545
export IGNORE_REKOR=${IGNORE_REKOR-false}

0 commit comments

Comments
 (0)