Skip to content

Commit

Permalink
Fix: Set ODL Nexus proxy env in workflow
Browse files Browse the repository at this point in the history
Change-Id: I0c9bd9c0b02902af9dad72eb8256c3be985624d7
Signed-off-by: Anil Belur <[email protected]>
  • Loading branch information
askb committed Oct 11, 2023
1 parent 217ef17 commit ef0543b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gerrit-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ on:
required: true
type: string

env:
ODLNEXUSPROXY: ${{ vars.NEXUSPROXY }}

concurrency:
# yamllint disable-line rule:line-length
group: compose-maven-verify-${{ github.workflow }}-${{ github.event.inputs.GERRIT_CHANGE_ID || github.run_id }}
Expand Down

0 comments on commit ef0543b

Please sign in to comment.