diff options
Diffstat (limited to 'deploy.env')
-rw-r--r-- | deploy.env | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ # Define environment variables export VENDOR=${VENDOR:-intel} +export DISTRO=${DISTRO:-centos7} export INSTALLER=bmra export BMRA_PROFILE=$(yq r $CURRENTPATH/hw_config/$VENDOR/idf.yaml bmra.profile) |