Skip to content

Commit

Permalink
Ensure buildstrap is up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
dvershinin committed Nov 8, 2023
1 parent 7cc4c61 commit 10d3ac4
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,21 +148,6 @@ workflows:
tags: {only: /^v.*/}
name: deploy-el9
requires: [build-el9]
build-deploy-fc37:
jobs:
- build:
dist: fc37
filters:
tags: {only: /.*/}
name: build-fc37
- deploy:
context: org-global
dist: fc37
filters:
branches: {ignore: /.*/}
tags: {only: /^v.*/}
name: deploy-fc37
requires: [build-fc37]
build-deploy-fc38:
jobs:
- build:
Expand Down Expand Up @@ -193,6 +178,21 @@ workflows:
tags: {only: /^v.*/}
name: deploy-fc39
requires: [build-fc39]
build-deploy-fc40:
jobs:
- build:
dist: fc40
filters:
tags: {only: /.*/}
name: build-fc40
- deploy:
context: org-global
dist: fc40
filters:
branches: {ignore: /.*/}
tags: {only: /^v.*/}
name: deploy-fc40
requires: [build-fc40]
build-deploy-sles15:
jobs:
- build:
Expand Down

0 comments on commit 10d3ac4

Please sign in to comment.