提交 12ecef35 编写于 作者: S ShawnXuan

test

上级 399e20e2
......@@ -80,13 +80,22 @@ jobs:
WHEELHOUSE_DIR: manylinux-wheelhouse
OSS_ACCESS_KEY_ID: ${{ secrets.OSS_ACCESS_KEY_ID }}
OSS_ACCESS_KEY_SECRET: ${{ secrets.OSS_ACCESS_KEY_SECRET }}
if: ${{ !needs.find-oss-wheel.outputs.find-wheel-hit }}
# if: ${{ !needs.find-oss-wheel.outputs.find-wheel-hit }}
steps:
- name: test needs.find-oss-wheel.outputs.find-wheel-hit
if: ${{ needs.find-oss-wheel.outputs.find-wheel-hit }}
run: |
echo test 1: ${OSS_ACCESS_KEY_ID}
echo needs.find-oss-wheel.outputs.find-wheel-hit=${{ needs.find-oss-wheel.outputs.find-wheel-hit }}
- name: test !needs.find-oss-wheel.outputs.find-wheel-hit
if: ${{ !needs.find-oss-wheel.outputs.find-wheel-hit }}
run: |
echo test 2: ${OSS_ACCESS_KEY_ID}
echo needs.find-oss-wheel.outputs.find-wheel-hit=${{ needs.find-oss-wheel.outputs.find-wheel-hit }}
- name: Fix permissions
if: ${{ !needs.find-oss-wheel.outputs.find-wheel-hit }}
run: |
set -x
echo ${OSS_ACCESS_KEY_ID}
echo needs.find-oss-wheel.outputs.find-wheel-hit=${{ needs.find-oss-wheel.outputs.find-wheel-hit }}
docker run --rm -v $PWD:/p -w /p busybox chown -R $(id -u):$(id -g) .
- name: Remove leftover cuda-installer.log
if: ${{ !needs.find-oss-wheel.outputs.find-wheel-hit }}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册