Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
feat: update motion cloudserver to 0.1.1 in test package (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
elijaharita authored Nov 1, 2023
1 parent d78f35b commit 0ef904d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/test/s3-connector/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MOTION_COULDSERVER_VERSION=0.1.0
MOTION_CLOUDSERVER_VERSION=0.1.1
2 changes: 1 addition & 1 deletion integration/test/s3-connector/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
cloudserver:
image: ghcr.io/filecoin-project/motion-cloudserver:${MOTION_COULDSERVER_VERSION}
image: ghcr.io/filecoin-project/motion-cloudserver:${MOTION_CLOUDSERVER_VERSION}
environment:
REMOTE_MANAGEMENT_DISABLE: 1
S3DATA: 'multiple'
Expand Down

0 comments on commit 0ef904d

Please sign in to comment.