diff options
author | varac <varacanero@zeromail.org> | 2017-03-15 15:28:50 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2017-03-21 12:24:14 +0100 |
commit | 150df78250c94e6412cd0cd6947f095083814c1c (patch) | |
tree | c6f158e217784036f549e249d11ad6183f751a1b | |
parent | b51848e92ddd5437227eacdf461ae7a87b86cba8 (diff) |
Revert "Freeze python version"buildpackage
This reverts commit caf70a17fee96610e2b7038056a84aa3f1d421e4.
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5cc6eb7a..9173f4ff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -# - Freeze python version +# - Fail again on linitan errors once current ones are fixed # - 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 |