Skip to content

Commit

Permalink
export our platform strategy name when sourcing the environment
Browse files Browse the repository at this point in the history
(cherry picked from commit 84c35c9)
  • Loading branch information
hegish authored and mandresm committed May 8, 2022
1 parent 49d98c9 commit d96082d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@ if [ $BEING_EXECUTED = true ]; then
echo $DIR/env/$STRATEGY
else
# file is being sourced
export FESOM_PLATFORM_STRATEGY=$STRATEGY
source $DIR/env/$STRATEGY/shell
fi

0 comments on commit d96082d

Please sign in to comment.