1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-22 13:03:54 +01:00

release-test.yml: Fix strasbourg spelling

Small typo fix... stasbourg -> strasbourg
This commit is contained in:
MrKevinWeiss 2023-10-23 11:54:08 +02:00
parent ad9e4e7077
commit 51ee3b64dc
No known key found for this signature in database
GPG Key ID: C26684F1C0767FFF

View File

@ -85,12 +85,12 @@ jobs:
IOTLAB_USER=$(cat ~/.iotlabrc | cut -f1 -d:) IOTLAB_USER=$(cat ~/.iotlabrc | cut -f1 -d:)
ssh -oStrictHostKeyChecking=accept-new \ ssh -oStrictHostKeyChecking=accept-new \
${IOTLAB_USER}@lille.iot-lab.info exit ${IOTLAB_USER}@lille.iot-lab.info exit
- name: Fetch host key from IoT-LAB stasbourg site - name: Fetch host key from IoT-LAB strasbourg site
if: ${{ matrix.pytest_mark == 'iotlab_creds' }} if: ${{ matrix.pytest_mark == 'iotlab_creds' }}
run: | run: |
IOTLAB_USER=$(cat ~/.iotlabrc | cut -f1 -d:) IOTLAB_USER=$(cat ~/.iotlabrc | cut -f1 -d:)
ssh -oStrictHostKeyChecking=accept-new \ ssh -oStrictHostKeyChecking=accept-new \
${IOTLAB_USER}@stasbourg.iot-lab.info exit ${IOTLAB_USER}@strasbourg.iot-lab.info exit
- name: Checkout Release-Specs - name: Checkout Release-Specs
uses: actions/checkout@main uses: actions/checkout@main
with: with: