mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
release-test: fetch host key for lille site
Tasks 4.5 and 4.6 use the firefly nodes at the lille site, so we need to verify the host key for that side as well.
This commit is contained in:
parent
2a1a2ee1d5
commit
3dee380fe8
6
.github/workflows/release-test.yml
vendored
6
.github/workflows/release-test.yml
vendored
@ -77,6 +77,12 @@ jobs:
|
||||
IOTLAB_USER=$(cat ~/.iotlabrc | cut -f1 -d:)
|
||||
ssh -oStrictHostKeyChecking=accept-new \
|
||||
${IOTLAB_USER}@saclay.iot-lab.info exit
|
||||
- name: Fetch host key from IoT-LAB lille site
|
||||
if: ${{ matrix.pytest_mark == 'iotlab_creds' }}
|
||||
run: |
|
||||
IOTLAB_USER=$(cat ~/.iotlabrc | cut -f1 -d:)
|
||||
ssh -oStrictHostKeyChecking=accept-new \
|
||||
${IOTLAB_USER}@lille.iot-lab.info exit
|
||||
- name: Checkout Release-Specs
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user