File tree Expand file tree Collapse file tree 3 files changed +4
-11
lines changed
Expand file tree Collapse file tree 3 files changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ssh_key="$(cat $SSH_KEYFILE)"
1313
1414podman run -i \
1515 -v .:/home/pwuser/ns8-module:z \
16- --name rf-core-runner ghcr.io/marketsquare/robotframework-browser/rfbrowser-stable:v10.1 .0 \
16+ --name rf-core-runner ghcr.io/marketsquare/robotframework-browser/rfbrowser-stable:19.11 .0 \
1717 bash -l -s << EOF
1818 set -e
1919 echo "$ssh_key " > /home/pwuser/ns8-key
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ Run task
1111 ELSE
1212 ${response } = Set Variable ${stdout }
1313 END
14- [Return] ${response }
14+ RETURN ${response }
Original file line number Diff line number Diff line change 1- robotframework==4.1.2
2- robotframework-sshlibrary==3.8.0
3- bcrypt==3.2.0
4- cffi==1.15.0
5- cryptography==36.0.1
6- paramiko==2.9.2
7- pycparser==2.21
8- pynacl==1.5.0
9- scp==0.14.2
1+ robotframework
2+ robotframework-sshlibrary
You can’t perform that action at this time.
0 commit comments