File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.1
2
2
3
3
orbs :
4
- codacy : codacy/base@10.1.1
4
+ codacy : codacy/base@11.0.0
5
5
references :
6
6
circleci_job : &circleci_job
7
7
docker :
@@ -35,18 +35,18 @@ jobs:
35
35
steps :
36
36
- attach_workspace :
37
37
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
41
41
42
42
publish_prod :
43
43
<< : *circleci_job
44
44
steps :
45
45
- attach_workspace :
46
46
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
50
50
51
51
compress_and_package_artifacts :
52
52
docker :
You can’t perform that action at this time.
0 commit comments