Makefile.release: do a complete dry-run (#4488)

Just dry-run all important targets.

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben 2021-02-24 19:03:16 +01:00 committed by GitHub
parent 4293992bb8
commit 9d3a84377c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,4 +79,4 @@ jobs:
uses: actions/checkout@v2
- name: Test Makefile
run: make -f Makefile.release build
run: make DOCKER=bla GITHUB_ACCESS_TOKEN=bla -n build docker github-push docker-push -f Makefile.release