Skip to content

Commit

Permalink
test trace space
Browse files Browse the repository at this point in the history
  • Loading branch information
liya2017 authored and liya2017 committed Nov 10, 2021
1 parent 07c3982 commit 747f5cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/ci_prologue/ci_prologue.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ fun_jobs(){
echo "$job_list" | sed "s/\[//g" | sed "s/\]//g" | sed "s/,/\n/g" > job_run.txt
while read -r LINE;
do
LINE="ci_"$(echo "$LINE" | sed -e 's/\r//g')
# LINE="ci_"$(echo "$LINE" | sed -e 's/\r//g')
LINE="ci_$(echo -n "${LINE}")"
if [[ $GITHUB_WORKFLOW == "$LINE"* ]];then
echo "job_name is"$LINE
echo $GITHUB_WORKFLOW
Expand Down

0 comments on commit 747f5cc

Please sign in to comment.