There was an error while loading. Please reload this page.
1 parent 9319099 commit d9745aaCopy full SHA for d9745aa
1 file changed
.ci/robot_framework/init-robot.sh
@@ -2,6 +2,8 @@
2
3
LOCKFILE="/tmp/init-robot.lock"
4
5
+ROBOT_FRAMEWORK_HTML="$(dirname "$0")/html"
6
+
7
# Create lock and ensure removal on exit
8
trap 'rm -f "$LOCKFILE"' EXIT
9
if [ -e "$LOCKFILE" ]; then
@@ -31,7 +33,7 @@ pip install --root-user-action ignore \
31
33
robotframework-seleniumlibrary==6.8.0 \
32
34
robotframework-sshlibrary==3.8.0
35
-pushd robot_framework/html/
36
+pushd "$ROBOT_FRAMEWORK_HTML"
37
if [ ! -d "rbyers" ]; then
38
git clone https://github.com/RByers/rbyers.github.io.git rbyers
39
fi
0 commit comments