Skip to content

Commit 40ff1ce

Browse files
authored
bump: codacy orb 11.0.0 (#150)
1 parent df5b94a commit 40ff1ce

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.circleci/config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
codacy: codacy/base@10.1.1
4+
codacy: codacy/base@11.0.0
55
references:
66
circleci_job: &circleci_job
77
docker:
@@ -35,18 +35,18 @@ jobs:
3535
steps:
3636
- attach_workspace:
3737
at: ~/workdir
38-
- deploy:
39-
name: Publish orb as dev (deleted after 90 days)
40-
command: circleci orb publish orb.yml codacy/plugins-test@dev:$(cat .version) --token $CIRCLE_TOKEN
38+
- codacy/run_skip_ssh:
39+
cmd_name: Publish orb as dev (deleted after 90 days)
40+
cmd: circleci orb publish orb.yml codacy/plugins-test@dev:$(cat .version) --token $CIRCLE_TOKEN
4141

4242
publish_prod:
4343
<<: *circleci_job
4444
steps:
4545
- attach_workspace:
4646
at: ~/workdir
47-
- deploy:
48-
name: Publish final orb
49-
command: circleci orb publish orb.yml codacy/plugins-test@$(cat .version) --token $CIRCLE_TOKEN
47+
- codacy/run_skip_ssh:
48+
cmd_name: Publish final orb
49+
cmd: circleci orb publish orb.yml codacy/plugins-test@$(cat .version) --token $CIRCLE_TOKEN
5050

5151
compress_and_package_artifacts:
5252
docker:

0 commit comments

Comments
 (0)