Skip to content

Commit

Permalink
Fix env var declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
tomverin authored Nov 7, 2023
1 parent c8b8559 commit 49d6e86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ stages:
SM_CLIENT_CERT_FILE: $(SM_CLIENT_CERT.secureFilePath)
SM_CLIENT_CERT_PASSWORD: $(SM_CLIENT_CERT_PASSWORD)
SM_API_KEY: $(SM_API_KEY)
SM_CERT:$(SM_CERT)
SM_CERT_FP:$(SM_CERT_FP)
SM_HOST:$(SM_HOST)
SM_CERT: $(SM_CERT)
SM_CERT_FP: $(SM_CERT_FP)
SM_HOST: $(SM_HOST)


inputs:
Expand Down

0 comments on commit 49d6e86

Please sign in to comment.