You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by no...@apache.org on 2020/12/29 12:31:50 UTC

[buildstream] 03/04: WIP

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

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

commit e84bf7326a7f8fc59120885dd87a4906f5af9096
Author: Javier Jardón <jj...@gnome.org>
AuthorDate: Sat Nov 23 17:29:21 2019 +0900

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

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