Skip to content

Commit

Permalink
Fix pipeline indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mzampetakis committed Mar 21, 2024
1 parent 0ea7351 commit b0e9f58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .concourse/release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
make test
env GOOS=linux GOARCH=amd64 go build -ldflags "-X 'radicle-github-actions-adapter/pkg/version .Version=development' -X 'radicle-github-actions-adapter/pkg/version.BuildTime=$(shell date)'" -o=/tmp/radicle-github-actions-adapter ./cmd/github-actions-adapter
- name: release-pipeline
plan:
- get: github-actions-adapter-version
trigger: true
- name: release-pipeline
plan:
- get: github-actions-adapter-version
trigger: true

# build images
- task: build-binaries
Expand Down

0 comments on commit b0e9f58

Please sign in to comment.