Skip to content

Commit

Permalink
reference to PR#19266
Browse files Browse the repository at this point in the history
  • Loading branch information
TopRichard committed Nov 13, 2023
2 parents 89cc228 + 60ccab9 commit e128d49
Show file tree
Hide file tree
Showing 9 changed files with 553 additions and 35 deletions.
2 changes: 1 addition & 1 deletion EESSI-pilot-install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ fi
pr_diff=$(ls [0-9]*.diff | head -1)

# use PR patch file to determine in which easystack files stuff was added
for easystack_file in $(cat ${pr_diff} | grep '^+++' | cut -f2 -d' ' | sed 's@^[a-z]/@@g' | grep '^eessi.*yml$'); do
for easystack_file in $(cat ${pr_diff} | grep '^+++' | cut -f2 -d' ' | sed 's@^[a-z]/@@g' | grep '^eessi.*yml$' | egrep -v 'known-issues|missing'); do

echo -e "Processing easystack file ${easystack_file}...\n\n"

Expand Down
Loading

0 comments on commit e128d49

Please sign in to comment.