Skip to content

Commit c5ac331

Browse files
authored
Merge pull request #1156 from casparvl/fix_symlink_failure_easystacks
Fix symlink failure easystacks
2 parents 130f4bc + 98ff5bd commit c5ac331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ git clone https://github.com/EESSI/software-layer-scripts
88
# symlink everything, except for:
99
# - common files like LICENSE and README.md
1010
# - 'bot' subdirectory, there we need to be a bit more careful (see below)
11-
for file in $(ls software-layer-scripts | egrep -v 'LICENSE|README.md|^bot'); do
11+
for file in $(ls software-layer-scripts | egrep -v 'easystacks|LICENSE|README.md|^bot'); do
1212
ln -s software-layer-scripts/${file}
1313
done
1414

0 commit comments

Comments
 (0)