Skip to content

Commit

Permalink
tarball name starts with repo_version
Browse files Browse the repository at this point in the history
  • Loading branch information
Neves-P committed Mar 4, 2024
1 parent a55c1a1 commit 09e32c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/check-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ if [[ ${SLURM} -eq 1 ]]; then
grep_out=$(grep -v "^>> searching for " ${job_dir}/${job_out} | grep "${GP_tgz_created}" | sort -u)
if [[ $? -eq 0 ]]; then
TGZ=1
TARBALL=$(echo ${grep_out} | sed -e 's@^.*/\(eessi[^/ ]*\) .*$@\1@')
TARBALL=$(echo ${grep_out} | sed -e 's@^.*/\('${repo_version}'[^/ ]*\) .*$@\1@')
else
TGZ=0
fi
Expand Down

0 comments on commit 09e32c4

Please sign in to comment.