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 86
86
# This makes sure that we are using the correct MPL version to test the DB-ESDK.
87
87
# If this contains a SNAPSHOT version, this will fail because'
88
88
# 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/
90
91
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
92
93
93
94
# The following three steps: "Transpile MPL Test Vectors without recursively building the MPL",
94
95
# "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