Skip to content

Commit

Permalink
bump: codacy orb 11.0.0 (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
tfrgoncalves authored Feb 2, 2024
1 parent df5b94a commit 40ff1ce
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
codacy: codacy/base@10.1.1
codacy: codacy/base@11.0.0
references:
circleci_job: &circleci_job
docker:
Expand Down Expand Up @@ -35,18 +35,18 @@ jobs:
steps:
- attach_workspace:
at: ~/workdir
- deploy:
name: Publish orb as dev (deleted after 90 days)
command: circleci orb publish orb.yml codacy/plugins-test@dev:$(cat .version) --token $CIRCLE_TOKEN
- codacy/run_skip_ssh:
cmd_name: Publish orb as dev (deleted after 90 days)
cmd: circleci orb publish orb.yml codacy/plugins-test@dev:$(cat .version) --token $CIRCLE_TOKEN

publish_prod:
<<: *circleci_job
steps:
- attach_workspace:
at: ~/workdir
- deploy:
name: Publish final orb
command: circleci orb publish orb.yml codacy/plugins-test@$(cat .version) --token $CIRCLE_TOKEN
- codacy/run_skip_ssh:
cmd_name: Publish final orb
cmd: circleci orb publish orb.yml codacy/plugins-test@$(cat .version) --token $CIRCLE_TOKEN

compress_and_package_artifacts:
docker:
Expand Down

0 comments on commit 40ff1ce

Please sign in to comment.