Skip to content

Commit 87c0de5

Browse files
committed
Export OS_CACERT after sourcing .stackenv file
This makes sure that it is available to subprocesses like the other authentication data. Change-Id: I513b7c2620b171ce20a1ceb5536226f3a69f2b82 Closes-Bug: 1760901
1 parent 3aa49ea commit 87c0de5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ source $RC_DIR/stackrc
2929
# Load the last env variables if available
3030
if [[ -r $RC_DIR/.stackenv ]]; then
3131
source $RC_DIR/.stackenv
32+
export OS_CACERT
3233
fi
3334

3435
# Get some necessary configuration

0 commit comments

Comments
 (0)