Browse code

Merge "Export OS_CACERT after sourcing .stackenv file"

Zuul authored on 2018/06/12 03:49:10
Showing 1 changed files
... ...
@@ -29,6 +29,7 @@ source $RC_DIR/stackrc
29 29
 # Load the last env variables if available
30 30
 if [[ -r $RC_DIR/.stackenv ]]; then
31 31
     source $RC_DIR/.stackenv
32
+    export OS_CACERT
32 33
 fi
33 34
 
34 35
 # Get some necessary configuration