From 7ee6c7c8bcdeeec6bba313967ea10b3e2a15d9fd Mon Sep 17 00:00:00 2001 From: fal7w <147312030+fal7w@users.noreply.github.com> Date: Sun, 17 Dec 2023 09:46:12 +0300 Subject: [PATCH] Update build_system_image.yml --- .github/workflows/build_system_image.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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