File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -875,27 +875,13 @@ namespace "artifact" do
875
875
"ARTIFACTS_DIR" => ::File . join ( Dir . pwd , "build" ) ,
876
876
"RELEASE" => ENV [ "RELEASE" ] ,
877
877
"VERSION_QUALIFIER" => VERSION_QUALIFIER ,
878
- "BUILD_DATE" => BUILD_DATE ,
879
- "LOCAL_ARTIFACTS" => LOCAL_ARTIFACTS
878
+ "BUILD_DATE" => BUILD_DATE
880
879
}
881
880
Dir . chdir ( "docker" ) do |dir |
882
881
safe_system ( env , "make build-from-local-#{ flavor } -artifacts" )
883
882
end
884
883
end
885
884
886
- def build_docker_from_dockerfiles ( flavor )
887
- env = {
888
- "ARTIFACTS_DIR" => ::File . join ( Dir . pwd , "build" ) ,
889
- "RELEASE" => ENV [ "RELEASE" ] ,
890
- "VERSION_QUALIFIER" => VERSION_QUALIFIER ,
891
- "BUILD_DATE" => BUILD_DATE ,
892
- "LOCAL_ARTIFACTS" => LOCAL_ARTIFACTS
893
- }
894
- Dir . chdir ( "docker" ) do |dir |
895
- safe_system ( env , "make build-from-dockerfiles_#{ flavor } " )
896
- end
897
- end
898
-
899
885
def build_dockerfile ( flavor )
900
886
env = {
901
887
"ARTIFACTS_DIR" => ::File . join ( Dir . pwd , "build" ) ,
You can’t perform that action at this time.
0 commit comments