File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -266,35 +266,6 @@ some-new-field: Foo bar
266266` ,
267267 expectedErr : errors .New ("parsing batch spec: Additional property some-new-field is not allowed" ),
268268 },
269- {
270- name : "step image alias" ,
271- rawSpec : `
272- name: test-spec
273- description: A test spec
274- steps:
275- - run: echo hi
276- image: alpine:3
277- changesetTemplate:
278- title: Test
279- body: Test
280- branch: test
281- commit:
282- message: Test
283- ` ,
284- expectedSpec : & batcheslib.BatchSpec {
285- Name : "test-spec" ,
286- Description : "A test spec" ,
287- Steps : []batcheslib.Step {
288- {Run : "echo hi" , Container : "alpine:3" , Image : "alpine:3" },
289- },
290- ChangesetTemplate : & batcheslib.ChangesetTemplate {
291- Title : "Test" ,
292- Body : "Test" ,
293- Branch : "test" ,
294- Commit : batcheslib.ExpandedGitCommitDescription {Message : "Test" },
295- },
296- },
297- },
298269 {
299270 name : "supported version" ,
300271 rawSpec : `
You can’t perform that action at this time.
0 commit comments