Skip to content

Commit

Permalink
fix docker-compose.yaml directory (#21)
Browse files Browse the repository at this point in the history
* fix docker-compose.yaml directory

* add repo for snapshot version
  • Loading branch information
Nicole00 authored Sep 3, 2021
1 parent 11c7285 commit 8dbb49f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
pushd tmp
git clone https://github.com/vesoft-inc/nebula-docker-compose.git
pushd nebula-docker-compose/
cp ../../client/src/test/resources/docker-compose.yaml .
cp ../../connector/src/test/resources/docker-compose.yaml .
docker-compose up -d
sleep 10
popd
Expand Down
7 changes: 6 additions & 1 deletion connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -268,5 +268,10 @@
</plugins>
</build>


<repositories>
<repository>
<id>snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
</repositories>
</project>

0 comments on commit 8dbb49f

Please sign in to comment.