Skip to content

Commit 00d5545

Browse files
authored
Merge pull request #27 from boegel/no_EESSI_SILENT
don't set $EESSI_SILENT
2 parents 3ab8b87 + 9dde4b1 commit 00d5545

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ runs:
2525
- id: install-eessi
2626
run: |
2727
if [ "$RUNNER_OS" == "Linux" ]; then
28-
echo "EESSI_SILENT=1" >> $GITHUB_ENV
2928
echo 'unset BASH_ENV' >> $HOME/env_config.export
3029
echo "source /cvmfs/software.eessi.io/versions/$EESSI_STACK_VERSION/init/bash" >> $HOME/env_config.export
3130
sudo apt install -y direnv

0 commit comments

Comments
 (0)