Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
roi-codefresh committed May 26, 2021
1 parent 6f67d3d commit 5123f76
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions build/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ stages:
- Test
- Build
- Push Dev
- Release

steps:

Expand Down Expand Up @@ -39,7 +40,7 @@ steps:
title: compare versions
image: alpine/semver
commands:
- semver ${{CUR_VERSION}} -r ">${{LATEST_VERSION}}" || (echo "bump version" && exit 1)
- semver "${{VERSION}}" -r ">${{LATEST_VERSION}}" || (echo "bump version" && exit 1)
when:
steps:
- name: prepare_env_vars
Expand Down Expand Up @@ -148,14 +149,20 @@ steps:
candidate: ${{build}}
tags:
- latest
-
- ${{VERSION}}
when:
steps:
- name: build
on:
- success
- name: codecov-report
on:
- success
- name: codegen
on:
- success
branch:
ignore: [ "main" ]
only: [ "main" ]
scale:
push_quay:
title: push to quay
Expand Down

0 comments on commit 5123f76

Please sign in to comment.