Skip to content
Snippets Groups Projects
Commit b353d762 authored by Matt Wise's avatar Matt Wise
Browse files

Merge branch 'aws-integration' into 'master'

fix int tests by copying parent pom

See merge request !55
parents 079f97d1 b0edf82d
No related branches found
No related tags found
1 merge request!55fix int tests by copying parent pom
Pipeline #16498 failed
......@@ -29,3 +29,5 @@ chmod +x "${INTEGRATION_TEST_OUTPUT_BIN_DIR}"/install-deps.sh
mvn clean -f "$INTEGRATION_TEST_SOURCE_DIR_AWS"/pom.xml
cp -R "$INTEGRATION_TEST_SOURCE_DIR_AWS"/* "${INTEGRATION_TEST_OUTPUT_DIR}"/
#copy testing parent pom to output
cp "$INTEGRATION_TEST_SOURCE_DIR/pom.xml" "${OUTPUT_DIR}/testing"
\ No newline at end of file
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