diff options
| author | elee <eddy@gfxlabs.io> | 2022-03-17 14:06:11 -0500 |
|---|---|---|
| committer | elee <eddy@gfxlabs.io> | 2022-03-17 14:06:11 -0500 |
| commit | 52ce8cc4f27f8a575147402244e2c084ef58a241 (patch) | |
| tree | d5b891fbe7f9768c83536aa5961cf604cacfe5f9 | |
| parent | 94883e2fadefae5142bcfa5420e38143d0725ada (diff) | |
| download | seaweedfs-52ce8cc4f27f8a575147402244e2c084ef58a241.tar.xz seaweedfs-52ce8cc4f27f8a575147402244e2c084ef58a241.zip | |
remove gitpod yml
| -rw-r--r-- | .gitpod.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.gitpod.yml b/.gitpod.yml deleted file mode 100644 index fe8e4d9d9..000000000 --- a/.gitpod.yml +++ /dev/null @@ -1,10 +0,0 @@ -tasks: - - init: go mod tidy - - name: redis - command: docker run -p 6379:6379 redis:6.2.6 - - name: arangodb - command: docker run -p 8529:8529 -e ARANGO_ROOT_PASSWORD=test arangodb/arangodb:3.9.0 - - name: postgresql - command: docker run -p 5432:5432 -e POSTGRES_PASSWORD=test postgres:14.2 - - name: cassandra - command: docker run -p 7000:7000 cassandra:4.0.3 |
