diff options
author | Rémy Coutable <remy@rymai.me> | 2019-08-22 18:06:05 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2019-08-26 13:15:40 +0200 |
commit | 3733fd20a4abcaf88b98cc5be883772157b1f821 (patch) | |
tree | 527f68c01f948c5fef3194b29a5b861e43394e9d /.dockerignore | |
parent | ec57b0b3db872fdbe9f631d61d34a74ad52c6a85 (diff) | |
download | gitlab-ce-3733fd20a4abcaf88b98cc5be883772157b1f821.tar.gz |
Copy ee/app/models/license.rb in the QA image if presentqa-copy-license-file-in-qa-image
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.dockerignore b/.dockerignore index b8e239e4049..4f5b33de167 100644 --- a/.dockerignore +++ b/.dockerignore @@ -4,6 +4,7 @@ # the files we need to build the QA image are in these folders. # Following are the files we need: # - ./config/initializers/0_inject_enterprise_edition_module.rb +# - ./ee/app/models/license.rb # - ./lib/gitlab.rb # - ./qa/ # - ./INSTALLATION_TYPE @@ -23,7 +24,14 @@ /db/ /doc/ /docker/ -/ee/ +/ee/bin/ +/ee/changelogs/ +/ee/config/ +/ee/db/ +/ee/fixtures/ +/ee/lib/ +/ee/locale/ +/ee/spec/ /fixtures/ /templates/ /lint/ |