1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-27 07:42:15 -05:00
This commit is contained in:
Vince Grassia 2023-11-15 14:17:23 -05:00
parent 5f6d443fe8
commit 2740dbc494
No known key found for this signature in database
GPG Key ID: 9AD7505E8448CC08

View File

@ -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 }}