Skip to content
Snippets Groups Projects
Unverified Commit d19505a8 authored by Amber Brown's avatar Amber Brown Committed by GitHub
Browse files

Removed unused jenkins/ folder and script (#5938)

parent 3057095a
No related branches found
No related tags found
No related merge requests found
Remove unused jenkins/prepare_sytest.sh file.
#! /bin/bash
set -eux
cd "`dirname $0`/.."
TOX_DIR=$WORKSPACE/.tox
mkdir -p $TOX_DIR
if ! [ $TOX_DIR -ef .tox ]; then
ln -s "$TOX_DIR" .tox
fi
# set up the virtualenv
tox -e py27 --notest -v
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