Skip to content
Snippets Groups Projects
Commit aa81718e authored by tuhe's avatar tuhe
Browse files

CICD

parent dcf007c3
No related branches found
No related tags found
No related merge requests found
Pipeline #8682 failed
......@@ -6,7 +6,18 @@ before_script:
- apt install -y xvfb libssl-dev firefox openssl
- openssl req -new -x509 -keyout server.pem -out server.pem -days 365 -nodes -batch
- pip install -r requirements.txt
# - sudo -H pip3 install bpython selenium
# - export DISPLAY=:2
# - Xvfb $DISPLAY -ac &
- export GECKO_DRIVER_VERSION='v0.24.0'
- wget https://github.com/mozilla/geckodriver/releases/download/$GECKO_DRIVER_VERSION/geckodriver-$GECKO_DRIVER_VERSION-linux64.tar.gz
- tar -xvzf geckodriver-$GECKO_DRIVER_VERSION-linux64.tar.gz
- rm geckodriver-$GECKO_DRIVER_VERSION-linux64.tar.gz
- chmod +x geckodriver
- sudo cp geckodriver /usr/local/bin/
# - 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )'
##
## Run ssh-agent (inside the build environment)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment