Skip to content

Commit

Permalink
chore: Pinned circleci-templates version to fix build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
devatherock committed May 2, 2024
1 parent 925fc1f commit c9aa04f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pr_filter: &pr_filter
ignore: master

orbs:
templates: devatherock/circleci-templates@dev:alpha
templates: devatherock/circleci-templates@dev:afae1e0ce800bfeefacc8746e98f0b78074c81ae

parameters:
repo_name:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
no_output_timeout: 60m
command: make << parameters.command_args >>
- store_artifacts:
path: build/reports/jacoco
path: build/reports
- store_test_results:
path: build/test-results
- save_cache:
Expand Down

0 comments on commit c9aa04f

Please sign in to comment.