fix(sdk): pass through required env vars
This commit is contained in:
parent
74edf65413
commit
79cb3de225
2 changed files with 17 additions and 0 deletions
|
|
@ -2,6 +2,10 @@
|
|||
set -euo pipefail
|
||||
|
||||
main() {
|
||||
export EDGE_CONNECT_BASE_URL
|
||||
export EDGE_CONNECT_USERNAME
|
||||
export EDGE_CONNECT_PASSWORD
|
||||
|
||||
local download_url="https://edp.buildth.ing/DevFW-CICD/edge-connect-client/releases/download/${INPUT_VERSION}/edge-connect-client_Linux_x86_64.tar.gz"
|
||||
|
||||
echo "Downloading edge-connect-client from ${download_url}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue