You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/02/04 07:21:24 UTC

[buildstream] 04/04: WIP

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch jjardon/security-scanner
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit d81862731c42a9265bf0b2ab6f8e2d84c7a98451
Author: Javier Jardón <jj...@gnome.org>
AuthorDate: Sat Nov 23 17:32:01 2019 +0900

    WIP
---
 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 346c53c..36119bb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,8 +28,7 @@ variables:
   COVERAGE_PREFIX: "${CI_JOB_NAME}."
 
 before_script:
-  - cat /etc/os-release
-  - apt-get update && apt-get install -y cython cython3
+  - pip install cython
 
 #####################################################
 #                    Test stage                     #