Skip to content

Commit

Permalink
Formatting resulted in an extra space at the top of the script in Jen…
Browse files Browse the repository at this point in the history
…kins which broke the arm64 and ppcle builds
  • Loading branch information
SDawley committed Jan 31, 2023
1 parent a01b073 commit 709ba47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions JenkinsJobs/SmokeTests/smoke_test_arm64.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ job('SmokeTests/ep-smoke-test-arm64'){
}

steps {
shell('''
#!/usr/bin/env bash
shell('''#!/usr/bin/env bash
buildId=$(echo $buildId|tr -d ' ')
Expand Down
3 changes: 1 addition & 2 deletions JenkinsJobs/SmokeTests/smoke_test_ppcle.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ job('SmokeTests/ep-smoke-test-ppcle'){
}

steps {
shell('''
#!/usr/bin/env bash
shell('''#!/usr/bin/env bash
buildId=$(echo $buildId|tr -d ' ')
Expand Down

0 comments on commit 709ba47

Please sign in to comment.