diff options
| author | Dimitri John Ledkov <xnox@ubuntu.com> | 2021-02-27 19:41:16 +0000 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2021-03-10 15:58:54 -0500 |
| commit | 3f6ce534e7e7fdf2b2f610922b7e5167e9252426 (patch) | |
| tree | 86e8752e0ac1d21784bc49bc26fec58331a64ddf /.github/workflows/pullrequest.yml | |
| parent | 46221a65e752a73ee2abf46b9ae7414a52e01b20 (diff) | |
| download | efi-boot-shim-3f6ce534e7e7fdf2b2f610922b7e5167e9252426.tar.gz efi-boot-shim-3f6ce534e7e7fdf2b2f610922b7e5167e9252426.zip | |
Drop comments, and make push workflow use same matrix as pullrequest.
Diffstat (limited to '.github/workflows/pullrequest.yml')
| -rw-r--r-- | .github/workflows/pullrequest.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 83a7caf1..4f99dbb2 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -62,9 +62,3 @@ jobs: make -s ARCH=${{ matrix.makearch }} PREFIX=/usr LIBDIR=${{ matrix.libdir }} DESTDIR=/destdir EFIDIR=test ENABLE_SHIM_HASH=true install || make ARCH=${{ matrix.makearch }} PREFIX=/usr LIBDIR=${{ matrix.libdir }} DESTDIR=/destdir EFIDIR=test ENABLE_SHIM_HASH=true install echo 'results:' find /destdir -type f -# - name: Archive production artifacts -# uses: actions/upload-artifact@v2 -# with: -# name: shim -# path: | -# /destdir |
