Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing script delimiter
Browse files Browse the repository at this point in the history
mburumaxwell committed Feb 17, 2024
1 parent 8441d36 commit b4e1557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b4e1557

Please sign in to comment.