changeset 4923:d18908c5642a stable

heptapod-ci: point to our own docker images Lets step further into the future.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 14 Nov 2019 11:59:10 +0100
parents dacbd20b2f72
children cf1c67449fa7
files .gitlab-ci.yml
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.gitlab-ci.yml	Thu Nov 07 19:46:05 2019 +0100
+++ b/.gitlab-ci.yml	Thu Nov 14 11:59:10 2019 +0100
@@ -1,8 +1,9 @@
 flake8:
+    image: octobus/ci-py2-hgext3rd
     script:
-        - pip install --user flake8
-        - hg files -0 'set:(**.py or grep("^#!.*python")) - removed()' -X hgext3rd/evolve/thirdparty | xargs -0 ~/.local/bin/flake8
+        - hg files -0 'set:(**.py or grep("^#!.*python")) - removed()' -X hgext3rd/evolve/thirdparty | xargs -0 flake8
 tests:
+    image: octobus/ci-py2-hgext3rd
     script:
         - echo $PWD
         - rm -rf /tmp/mercurial-clone-`hg log -r . -T "{node}"`