Skip to content

Commit

Permalink
e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
bitoku committed Sep 30, 2024
1 parent 182e4c1 commit 8b45b6a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pipelines/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
parameters:
azureDevOpsJSONSPN: $(aro-v4-e2e-devops-spn)

- script: |
az account set -s $AZURE_SUBSCRIPTION_ID
SECRET_SA_ACCOUNT_NAME=$(SECRET_SA_ACCOUNT_NAME) make secrets
. secrets/env
displayName: Setup (Azure)
- script: |
set -xe
# retrieve the oc cli
Expand Down

0 comments on commit 8b45b6a

Please sign in to comment.