Add JH files into QA docker when pass the jh parameter
Compare changes
- Song Huang authored
+ 9
− 1
@@ -55,3 +56,10 @@ COPY ./INSTALLATION_TYPE ./VERSION /home/gitlab/
Another way to solve the problem in !90881 (merged) seems it is not supported in our CI environment.
This solution comes from here: https://stackoverflow.com/a/54245466
├── INSTALLATION_TYPE
├── VERSION
├── config
├── ee
├── lib
├── qa
--build-arg QA_BUILD_TARGET=jhqa
and then the QA docker image dir will be:├── INSTALLATION_TYPE
├── VERSION
├── config
├── ee
├── lib
├── qa
├── jh
│ ├── qa
│ ├── lib
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
/cc @daveliu