Commit 9d3a8437 authored by Miek Gieben's avatar Miek Gieben Committed by GitHub

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

Just dry-run all important targets.
Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
parent 4293992b
...@@ -79,4 +79,4 @@ jobs: ...@@ -79,4 +79,4 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Test Makefile - 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment