Skip to content
Snippets Groups Projects
Commit d2a0b0f5 authored by Andrejs Cunskis's avatar Andrejs Cunskis Committed by Balasankar C
Browse files

Remove ee folder for non-ee builds

parent cc3524ea
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -70,6 +70,12 @@ whitelist_file /grpc_c\.so/ if OhaiHelper.arm?
build do
env = with_standard_compiler_flags(with_embedded_path)
 
# Remove ee code when building in CE mode from canonical source
if !EE && File.directory?('ee')
delete 'ee'
delete 'CHANGELOG-EE.md'
end
# Exclude rails directory from cache
cache_dir = File.join('/var/cache/omnibus/cache/git_cache', install_dir, 'info/exclude')
command "echo '/embedded/service/gitlab-rails' >> #{cache_dir}"
Loading
Loading
Loading
Loading
@@ -577,7 +577,7 @@ qa-test:
when: never
- if: '$PIPELINE_TYPE =~ /TRIGGERED_CE_PIPELINE/'
variables:
FOSS_ONLY: "true"
FOSS_ONLY: "1"
- if: '$PIPELINE_TYPE =~ /TRIGGERED_EE_PIPELINE/'
needs:
- job: generate-facts
Loading
Loading
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