From e676c43ab0673500cc6a183a52fee0dd53eb15c8 Mon Sep 17 00:00:00 2001 From: Bartosz Gadomski Date: Wed, 15 Jan 2025 20:05:22 +0100 Subject: [PATCH] disable the list-test pipeline temporarily to speed-up the debugging; reenable the git config steps --- .github/workflows/deploy-to-stream-dist.yml | 22 ++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/deploy-to-stream-dist.yml b/.github/workflows/deploy-to-stream-dist.yml index 5f54f1165..b1237de7a 100644 --- a/.github/workflows/deploy-to-stream-dist.yml +++ b/.github/workflows/deploy-to-stream-dist.yml @@ -8,8 +8,8 @@ on: - fix/build-process jobs: - lint_and_test: - uses: ./.github/workflows/lint-and-test.yml +# lint_and_test: +# uses: ./.github/workflows/lint-and-test.yml deploy_to_stream_dist: needs: lint_and_test @@ -90,16 +90,16 @@ jobs: SRC_DIR: ${{ env.SRC_DIR }} DIST_DIR: ${{ env.DIST_DIR }} -# - name: Setup SSH deploy key -# uses: shimataro/ssh-key-action@v2 -# with: -# key: ${{ secrets.SSH_DEPLOY_KEY }} -# known_hosts: github.com + - name: Setup SSH deploy key + uses: shimataro/ssh-key-action@v2 + with: + key: ${{ secrets.SSH_DEPLOY_KEY }} + known_hosts: github.com -# - name: Configure Git -# run: | -# git config --global user.name "XWP Deploy Bot" -# git config --global user.email "technology@xwp.co" + - name: Configure Git + run: | + git config --global user.name "XWP Deploy Bot" + git config --global user.email "technology@xwp.co" - name: Deploy to xwp/stream-dist run: |