This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit f1850c03134312250b9b18c5bdd4734ec586c9dd
Author: Stephen Mallette <[email protected]>
AuthorDate: Wed Dec 28 07:18:53 2022 -0500

    Prefer ci to install for javascript builds CTR
---
 gremlin-javascript/pom.xml | 2 +-
 gremlint/pom.xml           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gremlin-javascript/pom.xml b/gremlin-javascript/pom.xml
index 6a1c8bdfa2..9a1778412d 100644
--- a/gremlin-javascript/pom.xml
+++ b/gremlin-javascript/pom.xml
@@ -154,7 +154,7 @@ limitations under the License.
                             <goal>npm</goal>
                         </goals>
                         <configuration>
-                            <arguments>install</arguments>
+                            <arguments>ci</arguments>
                         </configuration>
                     </execution>
                     <execution>
diff --git a/gremlint/pom.xml b/gremlint/pom.xml
index d1e6face18..f40eb2e69d 100644
--- a/gremlint/pom.xml
+++ b/gremlint/pom.xml
@@ -110,7 +110,7 @@ limitations under the License.
                             <goal>npm</goal>
                         </goals>
                         <configuration>
-                            <arguments>install</arguments>
+                            <arguments>ci</arguments>
                         </configuration>
                     </execution>
                     <execution>

Reply via email to