diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index d22a534b..b8d3ce0a 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -48,7 +48,7 @@ jobs: username: ${{ secrets.HARBOR_USERNAME }} password: ${{ secrets.HARBOR_PASSWORD }} - run: | - apt install -y git make + sleep 10000 git config --global --add safe.directory $(pwd) curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash # - name: build operator image