Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: Add integration test for gcs #341

Merged
merged 1 commit into from
May 18, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ steps:
from_secret: STORAGE_TEST_SERVICE_AZBLOB
STORAGE_TEST_SERVICE_FS:
from_secret: STORAGE_TEST_SERVICE_FS
STORAGE_TEST_SERVICE_GCS:
from_secret: STORAGE_TEST_SERVICE_GCS
STORAGE_TEST_SERVICE_QINGSTOR:
from_secret: STORAGE_TEST_SERVICE_QINGSTOR
STORAGE_TEST_SERVICE_S3:
Expand All @@ -27,6 +29,6 @@ volumes:
path: /var/lib/cache/drone/storage/go
---
kind: signature
hmac: 7fe39fcbf0e32aea2bf1e26580ada7a0ad68671abb50744dcc64fc5cee86e1f7
hmac: 3b1ef3cbfda9d76ec185281ba0b01bd97d46f163b24c1d4365ca4de9af8b5c99

...