Skip to content

Commit

Permalink
Make the pedantic deploy step of the bot happy...
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar van Leeuwen committed Dec 22, 2023
1 parent 5c248d1 commit ac53cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EESSI-install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ ${EESSI_PREFIX}/scripts/gpu_support/nvidia/install_cuda_host_injections.sh -c 12
# use PR patch file to determine in which easystack files stuff was added
changed_easystacks=$(cat ${pr_diff} | grep '^+++' | cut -f2 -d' ' | sed 's@^[a-z]/@@g' | grep '^easystacks/.*yml$' | egrep -v 'known-issues|missing')
if [ -z ${changed_easystacks} ]; then
echo "No missing installations" # Ensure the bot report success, as there was nothing to be build here
echo "No missing installations, party time!" # Ensure the bot report success, as there was nothing to be build here
else
for easystack_file in ${changed_easystacks}; do

Expand Down

0 comments on commit ac53cf0

Please sign in to comment.