Skip to content

Commit b3451d2

Browse files
test=document_fix
1 parent 699769f commit b3451d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_Linux-DCU.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
5757
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5858
home_dir: ${{ github.workspace }}/../../../..
5959
run: |
60-
set -x
6160
container_name=${TASK}-$(date +%Y%m%d-%H%M%S)
6261
echo "container_name=${container_name}" >> ${{ github.env }}
6362
docker run --ulimit nofile=102400:102400 -d -t --name ${container_name} \
@@ -120,10 +119,11 @@ jobs:
120119
work_dir: ${{ github.workspace }}
121120
PADDLE_ROOT: ${{ github.workspace }}
122121
run: |
122+
set -x
123123
docker exec -t ${{ env.container_name }} /bin/bash -c '
124124
source ${{ github.workspace }}/../../../proxy
125125
source /opt/dtk-24.04.1/env.sh
126-
bash ${ci_scripts}/run_setup.sh bdist_wheel
126+
bash -x ${ci_scripts}/run_setup.sh bdist_wheel
127127
EXCODE=$?
128128
python -m pip install bce-python-sdk==0.8.74
129129
rm -rf `find . -name "*.a"`

0 commit comments

Comments
 (0)