Skip to content

Commit

Permalink
xDS Service Discovery Integration Log - 5
Browse files Browse the repository at this point in the history
Signed-off-by: daizhenyu <[email protected]>
  • Loading branch information
daizhenyu committed Jul 18, 2024
1 parent 0b17513 commit d55ccf2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/common/entry/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,17 @@ runs:
run: |
log_dir=${{ inputs.log-dir }}
mkdir -p ${log_dir}
chmod 777 ${log_dir}
echo "logDir=${log_dir}" >> $GITHUB_ENV
echo "=======check log dir======"
echo ${log_dir}
echo $PWD
ls -l
cd logs/
ls -l
cd xds-service/
ls -l
cd ../../
ls -l ${log_dir}

0 comments on commit d55ccf2

Please sign in to comment.