Skip to content

Commit

Permalink
ci: pipeline whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mtekel committed Nov 22, 2024
1 parent 8d28a00 commit 66ebd30
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
password: ((docker.password))
inputs:
- { name: git }

caches:
- path: git/vendor/cache
- path: git/.bundle
Expand All @@ -69,7 +68,7 @@ jobs:
channel: "#haproxy-boshrelease"
username: ci-bot
icon_url: "((slack.icon))"
text: "((slack.fail_url)) haproxy-boshrelease : unit-tests job failed"
text: "((slack.fail_url)) haproxy-boshrelease : unit-tests job failed"

- name: unit-tests-pr
public: true
Expand Down Expand Up @@ -135,7 +134,6 @@ jobs:
status: failure
context: unit-tests


- name: acceptance-tests
public: true
serial: true
Expand Down Expand Up @@ -173,7 +171,7 @@ jobs:
channel: "#haproxy-boshrelease"
username: ci-bot
icon_url: "((slack.icon))"
text: "((slack.fail_url)) haproxy-boshrelease : acceptance tests failed"
text: "((slack.fail_url)) haproxy-boshrelease : acceptance tests failed"

- name: acceptance-tests-pr
public: true
Expand Down Expand Up @@ -240,7 +238,7 @@ jobs:
channel: "#haproxy-boshrelease"
username: ci-bot
icon_url: "((slack.icon))"
text: "((slack.fail_url)) haproxy-boshrelease : rc job failed"
text: "((slack.fail_url)) haproxy-boshrelease : rc job failed"

- name: patch
public: true
Expand Down Expand Up @@ -323,7 +321,6 @@ jobs:
GIT_USER_NAME: ((github.bot_user))
GIT_USER_EMAIL: ((github.bot_email))
GCP_SERVICE_KEY: ((gcp.service_key))

- put: git
params:
rebase: true
Expand All @@ -349,7 +346,8 @@ jobs:
channel: "#haproxy-boshrelease"
username: ci-bot
icon_url: "((slack.icon))"
text: "((slack.fail_url)) haproxy-boshrelease : shipit job failed"
text: "((slack.fail_url)) haproxy-boshrelease : shipit job failed"

- name: autobump-dependencies
public: true
serial: true
Expand Down Expand Up @@ -379,7 +377,6 @@ jobs:
PR_BASE: master
PR_ORG: cloudfoundry
PR_LABEL: run-ci

GCP_SERVICE_KEY: ((gcp.service_key))
GITHUB_COM_TOKEN: ((github.access_token))

Expand Down

0 comments on commit 66ebd30

Please sign in to comment.