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

chandan pushed a commit to branch chandan/compose
in repository https://gitbox.apache.org/repos/asf/buildstream.git


The following commit(s) were added to refs/heads/chandan/compose by this push:
     new eed6106  fixup! fixup! ci: Replace docker CLI monstrosity with Compose
eed6106 is described below

commit eed610610054348c99f92d2bf78bb2ab74b28bae
Author: Chandan Singh <[email protected]>
AuthorDate: Tue Jan 12 21:56:01 2021 +0000

    fixup! fixup! ci: Replace docker CLI monstrosity with Compose
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b5c42cd..eeda771 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -94,7 +94,7 @@ jobs:
           fetch-depth: 0
 
       - name: Give `testuser` ownership of the source directory
-        run: chown -R 1000:1000 ${GITHUB_WORKSPACE}
+        run: sudo chown -R 1000:1000 ${GITHUB_WORKSPACE}
 
       - name: Build documentation using Docker Compose
         run: |

Reply via email to