diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 5d23db0050c42c..529dcecbc952a4 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -59,7 +59,11 @@ jobs: - name: Add directory to PATH run: echo "$GITHUB_WORKSPACE/depot_tools" >> $GITHUB_PATH - name: Generate gclient file - run: gclient config --name=src https://github.com/${{ github.repository }} + run: | + whoami + gclient config --help + gclient sync --help + gclient config --name=src https://github.com/${{ github.repository }} - name: Gclient sync run: gclient sync -v --shallow --no-history -r ${{ github.sha }} - name: DF