ci/cd - remove useless condition in create ARM workflow

This commit is contained in:
florian 2023-04-30 04:17:28 +02:00
parent ae33ca52ed
commit a55a0df5de
No known key found for this signature in database
GPG key ID: 3D80806F12602A7C

View file

@ -52,7 +52,6 @@ jobs:
resource: tcp:${{ fromJson(steps.scw.outputs.json).public_ip.address }}:22
timeout: 300000
- name: Setup SSH for ARM node
if: inputs.CACHE_SUFFIX == 'arm'
run: |
mkdir -p ~/.ssh
echo "$SSH_KEY" > ~/.ssh/id_rsa_arm