From 603cb97b6e3f74b02fc39de1791cfcea303f7196 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Wed, 5 Feb 2020 16:43:03 +0000 Subject: [PATCH] updated ci_centos.yaml --- .github/workflows/ci_centos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_centos.yaml b/.github/workflows/ci_centos.yaml index 84f3800e..1d9e5c9a 100644 --- a/.github/workflows/ci_centos.yaml +++ b/.github/workflows/ci_centos.yaml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest container: harisekhon/centos-dev steps: - # doesn't retain .git in docker container + # untars repo in docker container so git submodule update fails #- uses: actions/checkout@v2 - name: build & test run: |