Skip to content

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 <kakkoyun@users.noreply.github.com>
  • Loading branch information
pastushenkoy and kakkoyun committed 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
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
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.