From 2740dbc4941ff530917dd51c136fc95579eb603d Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Wed, 15 Nov 2023 14:17:23 -0500 Subject: [PATCH] Test --- .github/workflows/build.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index abd62ec6e9..7bbe66643a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -235,11 +235,7 @@ jobs: - name: TEST - Upload artifact run: | echo "Test file" > /tmp/test.txt - az storage blob upload \ - --file /tmp/test.txt \ - --container-name builds \ - --name build \ - --connection-string ${{ env.storage-account-dockerimagetest-conn-string }} + az storage blob upload --file /tmp/test.txt --container-name builds --name build --connection-string ${{ env.storage-account-dockerimagetest-conn-string }}