Skip to content

Commit 98ff5bd

Browse files
author
Caspar van Leeuwen
committed
Exclude EasyStacks dir from software-layer-scripts from being symlinked
1 parent c66929d commit 98ff5bd

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)