File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
lib/java_buildpack/framework
spec/java_buildpack/framework Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,6 @@ def compile
41
41
# (see JavaBuildpack::Component::BaseComponent#release)
42
42
def release
43
43
@droplet . additional_libraries << ( @droplet . sandbox + jar_name )
44
- @droplet . environment_variables . add_environment_variable \
45
- 'SPRING_PROFILES_INCLUDE' , '$SPRING_PROFILES_INCLUDE,cloud'
46
44
end
47
45
48
46
protected
Original file line number Diff line number Diff line change 73
73
expect ( additional_libraries ) . to include ( sandbox + "java_cf_env-#{ version } .jar" )
74
74
end
75
75
76
- it 'activates the cloud profile' ,
77
- app_fixture : 'framework_java_cf_boot_3' ,
78
- cache_fixture : 'stub-java-cfenv.jar' do
79
-
80
- component . release
81
-
82
- expect ( environment_variables ) . to include ( 'SPRING_PROFILES_INCLUDE=$SPRING_PROFILES_INCLUDE,cloud' )
83
- end
84
76
end
You can’t perform that action at this time.
0 commit comments