Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bitoku committed Nov 15, 2024
1 parent 651118c commit 7a7adcf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .pipelines/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
- script: |
export CI=true
. env
. secrets/env
. ./hack/e2e/run-rp-and-e2e.sh
Expand Down
1 change: 0 additions & 1 deletion hack/devtools/local_dev_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ create_miwi_env_file() {
mockCert=$(get_mock_msi_cert "$mockMSI")
mockObjectID=$(get_mock_msi_objectID "$mockClientID")

setup_platform_identity
cluster_msi_role_assignment "${mockClientID}"

cat >> env <<EOF
Expand Down

0 comments on commit 7a7adcf

Please sign in to comment.