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

tvb pushed a commit to branch tristan/test-workflows
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 0b187c8e6c847c9c887fe8c6f9abdfd0fadb3b0b
Author: Chandan Singh <[email protected]>
AuthorDate: Wed Aug 19 19:49:58 2020 +0100

    Move CI_IMAGE to global scope
---
 .github/workflows/ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 51bfb06..d382e08 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,6 +19,9 @@ on: push
 # - run tests on mac (GitHub provides MacOS runners)
 # - standardize WSL tasks by using GitHub-provided runners
 
+env:
+  CI_IMAGE: 
registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:30-master-154893333
+
 jobs:
   tests:
     runs-on: ubuntu-20.04
@@ -88,7 +91,6 @@ jobs:
   docs:
     runs-on: ubuntu-20.04
     env:
-      CI_IMAGE: 
registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:30-master-154893333
       BST_FORCE_SESSION_REBUILD: 1
     steps:
       - name: Check out repository

Reply via email to