Skip to content

Commit

Permalink
Harness IO Git Sync.
Browse files Browse the repository at this point in the history
MODIFY: Setup/Applications/iutest/Workflows/build.yaml
  • Loading branch information
Harness.io committed May 3, 2021
1 parent cf2b255 commit 95bbe10
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Setup/Applications/iutest/Workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,28 @@ phases:
stepsInParallel: false
- type: WRAP_UP
name: Wrap Up
steps:
- type: SHELL_SCRIPT
name: build
properties:
commandPath: null
connectionAttributes: null
delegateSelectors: null
executeOnDelegate: true
host: null
outputVars: ''
publishAsVar: false
scriptString: |-
cd test
ls
make test
scriptType: BASH
sshKeyRef: null
sweepingOutputName: null
sweepingOutputScope: null
templateExpressions: null
templateVariables: ''
timeoutMillis: 1800000
stepsInParallel: false
provisionNodes: false
statefulSet: false
Expand Down

0 comments on commit 95bbe10

Please sign in to comment.