Skip to content

Commit 0d27bc8

Browse files
goncalo-frade-iohkcoveloper
authored andcommitted
ci: update and remove breaking steps
Signed-off-by: goncalo-frade-iohk <[email protected]>
1 parent 7a5ab95 commit 0d27bc8

File tree

3 files changed

+8
-26
lines changed

3 files changed

+8
-26
lines changed

Diff for: .github/workflows/build.yml

-9
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,6 @@ jobs:
2929
with:
3030
xcode-version: '15.0.1'
3131

32-
- name: Install SSH Key
33-
uses: shimataro/[email protected]
34-
with:
35-
key: ${{ secrets.SSH_PRIVATE_KEY }}
36-
known_hosts: github.com
37-
38-
- name: Adding Known Hosts
39-
run: ssh-keyscan -H github.com >> ~/.ssh/known_hosts
40-
4132
# - name: Install lcov
4233
# run: brew install [email protected] && brew link --overwrite --force [email protected]
4334

Diff for: .github/workflows/e2e.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131
with:
3232
xcode-version: '15.0.1'
3333

34-
- name: Install SSH Key
35-
uses: shimataro/[email protected]
36-
with:
37-
key: ${{ secrets.SSH_PRIVATE_KEY }}
38-
known_hosts: github.com
39-
40-
- name: Adding Known Hosts
41-
run: ssh-keyscan -H github.com >> ~/.ssh/known_hosts
34+
# - name: Install SSH Key
35+
# uses: shimataro/[email protected]
36+
# with:
37+
# key: ${{ secrets.SSH_PRIVATE_KEY }}
38+
# known_hosts: github.com
39+
#
40+
# - name: Adding Known Hosts
41+
# run: ssh-keyscan -H github.com >> ~/.ssh/known_hosts
4242

4343
- name: Create properties file
4444
working-directory: E2E/e2eTests/Resources

Diff for: .github/workflows/releaseDocumentation.yml

-9
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,6 @@ jobs:
2828
- name: Checkout Code
2929
uses: actions/checkout@v3
3030

31-
- name: Install SSH Key
32-
uses: shimataro/[email protected]
33-
with:
34-
key: ${{ secrets.SSH_PRIVATE_KEY }}
35-
known_hosts: github.com
36-
37-
- name: Adding Known Hosts
38-
run: ssh-keyscan -H github.com >> ~/.ssh/known_hosts
39-
4031
- name: Build Docs
4132
uses: nick-fields/retry@v2
4233
with:

0 commit comments

Comments
 (0)