Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Carthaca committed Nov 27, 2020
1 parent 6fc5179 commit 874a8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concourse_unit_test_task
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export WATCHER_DISABLED=true && \
export UPPER_CONSTRAINTS_FILE=https://raw.githubusercontent.com/sapcc/requirements/stable/train-m3/upper-constraints.txt && \
apt-get update && \
apt-get install -y build-essential python-pip libpq-dev postgresql-client python3.7 python3.7-dev python3-distutils python3-psycopg2 git libpcre++-dev gettext libsqlite3-dev libsasl2-dev libldap2-dev libssl-dev libldap-2.4-2 memcached && \
pip install tox && \
pip install tox "six>=1.14.0" && \
/etc/init.d/memcached start && \
git clone -b stable/train-m3 --single-branch https://github.com/sapcc/keystone.git --depth=1 && \
cd keystone && \
Expand Down

0 comments on commit 874a8a1

Please sign in to comment.