Skip to content

Commit

Permalink
Merge pull request #29 from av-lasse/SPRINTY/new
Browse files Browse the repository at this point in the history
Sprinty/new
  • Loading branch information
av-lasse authored Sep 26, 2023
2 parents 07150a6 + 7a21f22 commit 9061eaa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ workflows:
- "lint-dockerfile-api"
filters:
branches:
only: /^SPRINT.*/
only: /^SPRINT\/.*/
tags:
only: /^v([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9])+\-sc(.*)$/
- api-rspec:
Expand All @@ -38,23 +38,23 @@ workflows:
- "build-dev"
filters:
branches:
only: /^SPRINT.*/
only: /^SPRINT\/.*/
tags:
only: /^v([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9])+\-sc(.*)$/
- test-api-bundler-audit:
requires:
- "build-dev"
filters:
branches:
only: /^SPRINT.*/
only: /^SPRINT\/.*/
tags:
only: /^v([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9])+\-sc(.*)$/
- test-scan-api:
requires:
- "build-prod"
filters:
branches:
only: /^SPRINT.*/
only: /^SPRINT\/.*/
tags:
only: /^v([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9])+\-sc(.*)$/
- build-dev-schema:
Expand All @@ -67,7 +67,7 @@ workflows:
filters:
branches:
ignore:
- /^SPRINT.*/
- /^SPRINT\/.*/
- /main/
- build-prod-schema:
requires:
Expand All @@ -78,7 +78,7 @@ workflows:
- "api-rspec"
filters:
branches:
only: /^SPRINT.*/
only: /^SPRINT\/.*/
tags:
only: /^v([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9])+\-sc(.*)$/
- tag_tested_production:
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ v3
* 3

###
TEST RELEASE

hej
TEST RELEASE

0 comments on commit 9061eaa

Please sign in to comment.