Skip to content

Commit

Permalink
Try circle ci 15
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Nov 22, 2024
1 parent 08cf820 commit 3bbd0dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ workflows:
pack-qt:
jobs:
- pack-qt
- upload-qt
- upload-qt:
requires:
- pack-qt

jobs:

Expand All @@ -29,8 +31,6 @@ jobs:
- pkg-version

upload-qt:
requires:
- pack-qt
docker:
- image: cibuilds/github:0.10
steps:
Expand Down

0 comments on commit 3bbd0dd

Please sign in to comment.