Skip to content

Commit

Permalink
export path for openstackclient
Browse files Browse the repository at this point in the history
Signed-off-by: Sunnatillo <[email protected]>
  • Loading branch information
Sunnatillo committed Sep 11, 2024
1 parent b1f7ff2 commit 649a0cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jenkins/scripts/clean_resources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ cleanup() {

# Install openstack client
pip install python-openstackclient=="${CLIENT_VERSION}"
# export openstackclient path
export PATH="${PATH}:${HOME}/.local/bin"

# Cleaning up CLEURA resources
export OS_USERNAME="${OPENSTACK_USERNAME_CLEURA}"
Expand Down

0 comments on commit 649a0cf

Please sign in to comment.