Skip to content
Snippets Groups Projects
Commit 8e2a0d0a authored by Long Cheng's avatar Long Cheng
Browse files

Merge branch 'aws-sync-dev-to-master-July7' into 'master'

Update integration test launcher to not use hardcoded path

See merge request !371
parents 57a6512d fbe279d7
No related branches found
No related tags found
1 merge request!371Update integration test launcher to not use hardcoded path
Pipeline #197718 failed
......@@ -47,7 +47,7 @@ export REGISTER_CUSTOM_PUSH_URL1=$REGISTER_BASE_URL$REGISTER_CUSTOM_PUSH_PATH1
#### RUN INTEGRATION TEST #########################################################################
export JAVA_HOME='/usr/lib/jvm/java-17-openjdk-amd64'
JAVA_HOME=$JAVA17_HOME
mvn -ntp test -f "$SCRIPT_SOURCE_DIR"/../pom.xml
TEST_EXIT_CODE=$?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment