File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1267,7 +1267,7 @@ Update a buildpack
1267
1267
params:
1268
1268
command: update-buildpack
1269
1269
buildpack: java_buildpack_offline
1270
- assign_stack: cflinuxfs3
1270
+ assign_stack: cflinuxfs4
1271
1271
` ` `
1272
1272
1273
1273
# ## `delete-buildpack`
@@ -1284,7 +1284,7 @@ Delete a buildpack
1284
1284
params:
1285
1285
command: delete-buildpack
1286
1286
buildpack: java_buildpack_offline
1287
- stack: cflinuxfs3
1287
+ stack: cflinuxfs4
1288
1288
` ` `
1289
1289
1290
1290
# ## `run-task`
Original file line number Diff line number Diff line change @@ -52,15 +52,15 @@ Describe 'buildpacks'
52
52
# |params:
53
53
# | command: update-buildpack
54
54
# | buildpack: $buildpack
55
- # | assign_stack: cflinuxfs3
55
+ # | assign_stack: cflinuxfs4
56
56
)
57
57
put " $config "
58
58
}
59
59
When call assign_stack
60
60
The status should be success
61
61
The output should json ' .version | keys == ["timestamp"]'
62
62
The error should include " Assigning stack"
63
- Assert [ " cflinuxfs3 " == " $( cf::get_buildpack_stack " $buildpack " ) " ]
63
+ Assert [ " cflinuxfs4 " == " $( cf::get_buildpack_stack " $buildpack " ) " ]
64
64
End
65
65
66
66
It ' can update a buildpack path'
@@ -189,7 +189,7 @@ Describe 'buildpacks'
189
189
# |params:
190
190
# | command: delete-buildpack
191
191
# | buildpack: $buildpack
192
- # | stack: cflinuxfs3
192
+ # | stack: cflinuxfs4
193
193
)
194
194
put " $config "
195
195
}
You can’t perform that action at this time.
0 commit comments