Skip to content

Commit a0b2f0f

Browse files
committed
Merge stackhpc/2023.1 into stackhpc/2024.1
2 parents b577ed5 + dd32fce commit a0b2f0f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/stackhpc-all-in-one.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -137,17 +137,6 @@ jobs:
137137
run: ssh-keygen -f id_rsa -N ''
138138
working-directory: ${{ github.workspace }}/terraform/aio
139139

140-
# TODO: Remove the following step in Antelope.
141-
# NOTE: In Ansible 2.10 and lower the synchronize module used in the
142-
# ansible/diagnostics.yml playbook does not respect SSH connection
143-
# variables. This may result in Permission Denied issues if using an SSH
144-
# key that is not in ~/.ssh.
145-
- name: Copy SSH keypair to .ssh/
146-
run: |
147-
install -d ~/.ssh -m 700 &&
148-
cp id_rsa* ~/.ssh/
149-
working-directory: ${{ github.workspace }}/terraform/aio
150-
151140
- name: Generate clouds.yaml
152141
run: |
153142
cat << EOF > clouds.yaml

0 commit comments

Comments
 (0)