diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2020-11-24 08:49:38 +0000 |
|---|---|---|
| committer | Edward Thomson <ethomson@edwardthomson.com> | 2020-11-24 08:49:38 +0000 |
| commit | bcf11f6a947c9922b533d41f699c05474dc21bf2 (patch) | |
| tree | 3bdcc9531b56eeef13f70d280f1951e2f9eea378 /.github | |
| parent | 05536454489a3d4a85b07d6cef71841b8f4ab4a8 (diff) | |
| download | libgit2-bcf11f6a947c9922b533d41f699c05474dc21bf2.tar.gz | |
ci: really, really correct usage for coverity
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/nightly.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 65ab8be8c..f60d6ab5b 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -245,7 +245,7 @@ jobs: with: fetch-depth: 0 - name: Download container - run: ci/getcontainer.sh xenial + run: ${{ github.workspace }}/ci/getcontainer.sh" xenial env: DOCKER_REGISTRY: ${{ env.docker-registry }} GITHUB_TOKEN: ${{ secrets.github_token }} |
