source&persist env changes made by actions/machinelaunchscript

This commit is contained in:
Tim Snyder 2022-04-13 12:47:29 -05:00
parent b2c9e70f47
commit 643b732148
1 changed files with 2 additions and 0 deletions

View File

@ -7,4 +7,6 @@ runs:
- run: | - run: |
sudo yum -y remove git git224 git224-core ius-release.noarch # remove any older git versions and collateral first sudo yum -y remove git git224 git224-core ius-release.noarch # remove any older git versions and collateral first
cd scripts/ && /usr/bin/bash machine-launch-script.sh cd scripts/ && /usr/bin/bash machine-launch-script.sh
source /etc/profile.d/conda.sh
env >> $GITHUB_ENV # persist the machine-launch-script env changes to other actions
shell: bash shell: bash