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:53:19 UTC

[buildstream] branch jjardon/testing created (now 97b098a)

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

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


      at 97b098a  WIP

This branch includes the following new commits:

     new 97b098a  WIP

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[buildstream] 01/01: WIP

Posted by no...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 97b098abe28b0dcc3501d859e9004e35c237b1ab
Author: Javier Jardón <jj...@gnome.org>
AuthorDate: Tue Jun 26 21:57:19 2018 +0100

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3c65546..bdd701c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -49,6 +49,9 @@ source_dist:
   artifacts:
     paths:
     - dist/
+  cache:
+    paths:
+    - dist/
 
 
 #####################################################