From 7c667ab41f322513148a1624a95258d8c6b46846 Mon Sep 17 00:00:00 2001 From: Tiago Freitas Pereira <tiagofrepereira@gmail.com> Date: Thu, 29 Sep 2016 15:46:42 +0200 Subject: [PATCH] Reverted to the old ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27064ee..85e6879 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ variables: - git clean -ffdx - curl --silent https://gitlab.idiap.ch/bob/bob/snippets/7/raw | tr -d '\r' > bootstrap-conda.sh - chmod 755 ./bootstrap-conda.sh - - sed 1d requirements.txt > requirements.txt # GAMBIT to remove pillow<3 + - sed 1d -i requirements.txt # GAMBIT to remove pillow<3 - ./bootstrap-conda.sh ${CONDA_FOLDER} ${PYTHON_VER} ${CONDA_PREFIX} variables: &build_variables BOB_DOCUMENTATION_SERVER: "http://www.idiap.ch/software/bob/docs/latest/bob/%s/master/" -- GitLab