summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2017-03-12 19:41:46 +0100
committervarac <varacanero@zeromail.org>2017-03-21 12:24:14 +0100
commitcc49c63c6420b7fd973283efaec2a1242e0daa69 (patch)
tree65ac989b31acf278f3809c9ecfdab306893f001b
parent9874f75240de9b9bc3005b2bd79e8a2784f2217d (diff)
Freeze python version
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9173f4ff..5cc6eb7a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-# - Fail again on linitan errors once current ones are fixed
+# - Freeze python version
# - Package after testing, not before
#
stages:
@@ -52,5 +52,5 @@ package:amd64_jessie:
ARCH: "amd64"
DIST: "jessie"
# Don't try to freeze the python version
- PRE_COMMIT_CMD: "/bin/true"
+ #PRE_COMMIT_CMD: "/bin/true"
<<: *job_definition