Skip to content

Commit

Permalink
update the package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 committed Jan 4, 2022
1 parent 7500484 commit d0664ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
pushd tmp
git clone https://github.com/vesoft-inc/nebula-docker-compose.git
pushd nebula-docker-compose/
cp ../../common/src/test/resources/docker-compose.yaml .
cp ../../exchange-common/src/test/resources/docker-compose.yaml .
docker-compose up -d
sleep 10
popd
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
pushd tmp
git clone https://github.com/vesoft-inc/nebula-docker-compose.git
pushd nebula-docker-compose/
cp ../../common/src/test/resources/docker-compose.yaml .
cp ../../exchange-common/src/test/resources/docker-compose.yaml .
docker-compose up -d
sleep 10
popd
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
pushd tmp
git clone https://github.com/vesoft-inc/nebula-docker-compose.git
pushd nebula-docker-compose/
cp ../../common/src/test/resources/docker-compose.yaml .
cp ../../exchange-common/src/test/resources/docker-compose.yaml .
docker-compose up -d
sleep 10
popd
Expand Down

0 comments on commit d0664ea

Please sign in to comment.