Skip to content

Commit

Permalink
Merge branch '3.7-dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazcy committed May 1, 2024
2 parents e3ced38 + 7e0f30a commit 8bb5d16
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions gremlin-python/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,16 @@ limitations under the License.
<env key="PYTHONPATH" value=""/>
<arg line="up --build --abort-on-container-exit gremlin-python-package"/>
</exec>
<exec executable="docker-compose" failonerror="true">
<env key="PYTHONPATH" value=""/>
<env key="PACKAGE_DIR" value="${project.build.directory}/python-packaged"/>
<arg line="down"/>
</exec>
<exec executable="docker" failonerror="true">
<env key="PYTHONPATH" value=""/>
<env key="PACKAGE_DIR" value="${project.build.directory}/python-packaged"/>
<arg line="image prune --filter label=maintainer=dev@tinkerpop.apache.org -f"/>
</exec>
</target>
</configuration>
</execution>
Expand Down

0 comments on commit 8bb5d16

Please sign in to comment.