diff --git a/.github/workflows/build_system_image.yml b/.github/workflows/build_system_image.yml index 41433a8c..5d682a62 100644 --- a/.github/workflows/build_system_image.yml +++ b/.github/workflows/build_system_image.yml @@ -18,9 +18,9 @@ jobs: - name: checkout Script content uses: actions/checkout@v2 - - name: Create directory - run: | - mkdir ~/gitops + # - name: Create directory + # run: | + # mkdir ~/gitops - name: Create first bench run: | cp example.env ~/gitops/${{ github.event.pull_request.head.ref }}.env