Skip to content

Commit

Permalink
feat(build): #960 additional steps
Browse files Browse the repository at this point in the history
- Add additional steps for testing purposes

Signed-off-by: Daniel Salazar <dsalazar@fluidattacks.com>
  • Loading branch information
dsalaza4 committed Oct 10, 2022
1 parent cb07d11 commit a610556
Showing 1 changed file with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,35 @@

---
steps:
- label: Example Test
command: echo "Hello!!!"
- label: step-1
plugins:
- docker#v5.2.0:
image: "ghcr.io/fluidattacks/makes:22.11"
always-pull: true
propagate-environment: true
privileged: false
command: ["m", ".", "/helloWorld", "1"]
- label: step-2
plugins:
- docker#v5.2.0:
image: "ghcr.io/fluidattacks/makes:22.11"
always-pull: true
propagate-environment: true
privileged: false
command: ["m", ".", "/helloWorld", "2"]
- label: step-3
plugins:
- docker#v5.2.0:
image: "ghcr.io/fluidattacks/makes:22.11"
always-pull: true
propagate-environment: true
privileged: false
command: ["m", ".", "/helloWorld", "3"]
- label: step-4
plugins:
- docker#v5.2.0:
image: "ghcr.io/fluidattacks/makes:22.11"
always-pull: true
propagate-environment: true
privileged: false
command: ["m", ".", "/helloWorld", "4"]

0 comments on commit a610556

Please sign in to comment.