Armada: Fix openstack-helm update password job
The armada update password job was attempting to invoke a script that didn't exist for sourcing the passwords. This updates the path appropriately Change-Id: Ieb0b85c18ed4f2a589ee3a3ba251317350dc4b81
This commit is contained in:
parent
72bd0d597d
commit
2277902726
@ -19,7 +19,7 @@ set -xe
|
||||
# Empty previous password file contents
|
||||
> /tmp/osh-passwords.env
|
||||
|
||||
source ./tools/deployment/armada/generate-passwords.sh
|
||||
source ./tools/deployment/armada/generate-osh-passwords.sh
|
||||
: ${OSH_INFRA_PATH:="../openstack-helm-infra"}
|
||||
: ${OSH_PATH:="./"}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user