File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 8686 # This makes sure that we are using the correct MPL version to test the DB-ESDK.
8787 # If this contains a SNAPSHOT version, this will fail because'
8888 # we are NOT building the MPL recursively but pulling from Maven.
89- - name : Update project.properties if using MPL HEAD
89+ - name : Update project.properties to use the correct MPL version (from project.properties in DB-ESDK)
90+ working-directory : ./submodules/MaterialProviders/
9091 run : |
91- sed "s/mplDependencyJavaVersion =.*/mplDependencyJavaVersion =${{needs.getMplDependencyJavaVersion.outputs.version}}/g" project.properties > project.properties2; mv project.properties2 project.properties
92+ sed "s/mplVersion =.*/mplVersion =${{needs.getMplDependencyJavaVersion.outputs.version}}/g" project.properties > project.properties2; mv project.properties2 project.properties
9293
9394 # The following three steps: "Transpile MPL Test Vectors without recursively building the MPL",
9495 # "Run Test Vectors", and "Test Examples" mimic the tests in ./codebuild/staging/validate-staging.yml
You can’t perform that action at this time.
0 commit comments