mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ci/cd - remove useless condition in create ARM workflow
This commit is contained in:
parent
ae33ca52ed
commit
a55a0df5de
1 changed files with 0 additions and 1 deletions
1
.github/workflows/create-arm.yml
vendored
1
.github/workflows/create-arm.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue