Skip to content

Commit

Permalink
fix ci tmp dir clean up
Browse files Browse the repository at this point in the history
Former-commit-id: 64c2046
  • Loading branch information
jackalcooper committed Oct 5, 2020
1 parent 16966b1 commit f3d736e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@ jobs:
steps:
- name: Fix permissions
run: |
export ONEFLOW_CI_TMP_DIR=$HOME/ci-tmp-xla-102
docker run --rm -v $PWD:/p -w /p busybox chmod -R o+w .
docker run --rm -v $ONEFLOW_CI_TMP_DIR/:$HOME/ci-tmp/ busybox rm -rf $HOME/ci-tmp/wheelhouse
- uses: actions/checkout@v2
- name: Setup submodule
uses: ./.github/actions/setup
- name: Build OneFlow
run: |
export ONEFLOW_CI_TMP_DIR=$HOME/ci-tmp-rel-102
docker run --rm -v $ONEFLOW_CI_TMP_DIR/:$HOME/ci-tmp/ busybox rm -rf $HOME/ci-tmp/wheelhouse
export ONEFLOW_CI_PYTHON_VERSION_ARGS=" "
export ONEFLOW_CI_EXTRA_ONEFLOW_CMAKE_ARGS="-DWITH_XLA=OFF"
export ONEFLOW_CI_BUILD_WHEEL_BASH_ARGS=" "
Expand Down

0 comments on commit f3d736e

Please sign in to comment.