Skip to content
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.

Commit

Permalink
Fix tests (#121)
Browse files Browse the repository at this point in the history
* Fix tests
* Fix tests in CI

Co-authored-by: Kemal Akkoyun <[email protected]>
  • Loading branch information
pastushenkoy and kakkoyun authored May 26, 2020
1 parent 326a4cf commit a1c231f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ services:
ports:
- 9000
- name: fakegcs
image: fsouza/fake-gcs-server
image: fsouza/fake-gcs-server:1.18.3
ports:
- 4443
commands:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- 9000:9000
command: server /data
fake-gcs:
image: fsouza/fake-gcs-server
image: fsouza/fake-gcs-server:1.18.3
ports:
- 4443:4443
command: -public-host localhost -scheme http
Expand Down

0 comments on commit a1c231f

Please sign in to comment.