Skip to content

Commit f17f8ee

Browse files
committed
Remove no-longer-necessary installation of gh via Orb ✨
This is now accomplished with `gh`
1 parent a9252fe commit f17f8ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.circleci/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ version: 2.1
55
# These "CircleCI Orbs" are reusable bits of configuration that can be shared
66
# across projects. See https://circleci.com/orbs/ for more information.
77
orbs:
8-
gh: circleci/github-cli@2.7.0
98
slack: circleci/slack@5.1.1
109
secops: apollo/circleci-secops-orb@2.0.7
1110

@@ -813,7 +812,6 @@ jobs:
813812
docker_layer_caching: true
814813
- attach_workspace:
815814
at: artifacts
816-
- gh/setup
817815
- run:
818816
command: >
819817
cd artifacts && sha256sum *.tar.gz > sha256sums.txt

0 commit comments

Comments
 (0)