Skip to content

Commit

Permalink
Adds different job for test and release
Browse files Browse the repository at this point in the history
  • Loading branch information
mzampetakis committed Mar 21, 2024
1 parent 1fda1f4 commit 0ea7351
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .concourse/release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resources:
endpoint: minio-api.radicle.gr

jobs:
- name: release-pipeline
- name: test-pipeline
plan:
- get: github-actions-adapter
trigger: true
Expand All @@ -58,6 +58,11 @@ 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

# build images
- task: build-binaries
config:
Expand All @@ -69,7 +74,7 @@ jobs:
tag: 1.21.0

inputs:
- name: github-actions-adapter-version
- name: github-actions-adapter
outputs:
- name: binaries
run:
Expand Down

0 comments on commit 0ea7351

Please sign in to comment.