From 542d1a5d1b40e27191be691a4d0db03408289253 Mon Sep 17 00:00:00 2001 From: Andrew Lavery Date: Wed, 22 Nov 2023 20:06:25 -0500 Subject: [PATCH] indentation --- .github/workflows/alpha.yaml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/alpha.yaml b/.github/workflows/alpha.yaml index f90d936888..fe193f3593 100644 --- a/.github/workflows/alpha.yaml +++ b/.github/workflows/alpha.yaml @@ -43,21 +43,21 @@ jobs: runs-on: ubuntu-20.04 needs: [generate-tag] steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Setup Node.js environment - uses: actions/setup-node@v3 - with: - node-version: '17.x' - - name: Build web - env: - GIT_TAG: ${{ needs.generate-tag.outputs.tag }} - run: mapfile -t envs < <(grep -v '#.*' < .image.env) && export "${envs[@]}" && make -C web deps build-kotsadm - - name: Upload web artifact - uses: actions/upload-artifact@v3 - with: - name: web - path: ./web/dist + - name: Checkout + uses: actions/checkout@v4 + - name: Setup Node.js environment + uses: actions/setup-node@v3 + with: + node-version: '17.x' + - name: Build web + env: + GIT_TAG: ${{ needs.generate-tag.outputs.tag }} + run: mapfile -t envs < <(grep -v '#.*' < .image.env) && export "${envs[@]}" && make -C web deps build-kotsadm + - name: Upload web artifact + uses: actions/upload-artifact@v3 + with: + name: web + path: ./web/dist build_kurl_proxy: