From b4e15577074a4c0e2e3d1c8ccf40ea9e8839b5ea Mon Sep 17 00:00:00 2001 From: Maxwell Weru Date: Sat, 17 Feb 2024 10:53:07 +0300 Subject: [PATCH] Add missing script delimiter --- .github/workflows/server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index 5fcf08b3..6a6bed5d 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -67,7 +67,7 @@ jobs: with: azcliversion: 2.45.0 # somehow 2.46.0 is failing inlineScript: | - cp ${{ github.workspace }}/server/main.bicep ${{ github.workspace }}/drop/main.bicep + cp ${{ github.workspace }}/server/main.bicep ${{ github.workspace }}/drop/main.bicep && \ az bicep build --file server/main.bicep --outfile ${{ github.workspace }}/drop/main.json - name: Pull Docker base image & warm Docker cache