Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #56 from triggermesh/fix-ci
Browse files Browse the repository at this point in the history
ci: fix command to generate YAML manifest
  • Loading branch information
Sameer Naik authored Jul 7, 2021
2 parents 6b262d5 + 3dc6c8c commit 20b1073
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,16 +119,15 @@ jobs:
steps:
- attach_workspace:
at: ~/
- k8s/install-kubectl:
kubectl-version: v1.20.4
- k8s/install-kubectl
- run:
name: Building release packages
command: make release
environment:
DIST_DIR: /tmp/dist/
- run:
name: Generating YAML manifest
command: kubectl kustomize config | sed 's|ko://github.com/triggermesh/bumblebee/cmd/\(.*\)|gcr.io/triggermesh-private/\1:'${CIRCLE_TAG}'|' >! /tmp/dist/transformation.yaml
command: kubectl kustomize config | sed 's|ko://github.com/triggermesh/bumblebee/cmd/\(.*\)|gcr.io/triggermesh-private/\1:'${CIRCLE_TAG}'|' > /tmp/dist/transformation.yaml
- run:
name: Installing github-release tool
command: go get github.com/meterup/github-release
Expand Down

0 comments on commit 20b1073

Please sign in to comment.