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.
1 parent c66929d commit 98ff5bdCopy full SHA for 98ff5bd
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