We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1019949 commit 699769fCopy full SHA for 699769f
.github/workflows/_Linux-DCU.yml
@@ -57,6 +57,7 @@ jobs:
57
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58
home_dir: ${{ github.workspace }}/../../../..
59
run: |
60
+ set -x
61
container_name=${TASK}-$(date +%Y%m%d-%H%M%S)
62
echo "container_name=${container_name}" >> ${{ github.env }}
63
docker run --ulimit nofile=102400:102400 -d -t --name ${container_name} \
0 commit comments