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 c1c837a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .pipelines/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ jobs:
- script: |
export CI=true
. ./hack/devtools/local_dev_env.sh
create_miwi_env_file

Check failure on line 75 in .pipelines/e2e.yml

View workflow job for this annotation

GitHub Actions / mega-linter-yaml

75:1 [trailing-spaces] trailing spaces
. 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 c1c837a

Please sign in to comment.