Skip to content

Commit

Permalink
Fix rfbrowser version
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidePrincipi committed Jun 25, 2024
1 parent 528e11e commit bd58793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-module.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

#
# Copyright (C) 2023 Nethesis S.r.l.
# Copyright (C) 2024 Nethesis S.r.l.
# SPDX-License-Identifier: GPL-3.0-or-later
#

Expand All @@ -13,7 +13,7 @@ ssh_key="$(cat $SSH_KEYFILE)"

podman run -i \
-v .:/home/pwuser/ns8-module:z \
--name rf-core-runner ghcr.io/marketsquare/robotframework-browser/rfbrowser-stable:v10.0.3 \
--name rf-core-runner ghcr.io/marketsquare/robotframework-browser/rfbrowser-stable:18.5.1 \
bash -l -s <<EOF
set -e
echo "$ssh_key" > /home/pwuser/ns8-key
Expand Down

0 comments on commit bd58793

Please sign in to comment.