We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 130f4bc + 98ff5bd commit c5ac331Copy full SHA for c5ac331
bot/build.sh
@@ -8,7 +8,7 @@ git clone https://github.com/EESSI/software-layer-scripts
8
# symlink everything, except for:
9
# - common files like LICENSE and README.md
10
# - '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
+for file in $(ls software-layer-scripts | egrep -v 'easystacks|LICENSE|README.md|^bot'); do
12
ln -s software-layer-scripts/${file}
13
done
14
0 commit comments