summaryrefslogtreecommitdiffstats
path: root/tests/yamlparser/fixtures/complete001.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/yamlparser/fixtures/complete001.yaml')
-rw-r--r--tests/yamlparser/fixtures/complete001.yaml26
1 files changed, 13 insertions, 13 deletions
diff --git a/tests/yamlparser/fixtures/complete001.yaml b/tests/yamlparser/fixtures/complete001.yaml
index 519095d6..2a9ce7ec 100644
--- a/tests/yamlparser/fixtures/complete001.yaml
+++ b/tests/yamlparser/fixtures/complete001.yaml
@@ -11,18 +11,19 @@
name: pre-scm-shell-ant
wrappers:
- pre-scm-buildstep:
- - shell: |
- #!/bin/bash
- echo "Doing somethiung cool"
- - shell: |
- #!/bin/zsh
- echo "Doing somethin cool with zsh"
- - ant:
- targets: "target1 target2"
- ant-name: "Standard Ant"
- - inject:
- properties-file: example.prop
- properties-content: EXAMPLE=foo-bar
+ buildsteps:
+ - shell: |
+ #!/bin/bash
+ echo "Doing somethiung cool"
+ - shell: |
+ #!/bin/zsh
+ echo "Doing somethin cool with zsh"
+ - ant:
+ targets: "target1 target2"
+ ant-name: "Standard Ant"
+ - inject:
+ properties-file: example.prop
+ properties-content: EXAMPLE=foo-bar
- wrapper:
name: copy-files
@@ -104,4 +105,3 @@
#!/usr/bin/env python
#
print("Doing something cool with python")
-