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:
parent
4293992bb8
commit
9d3a84377c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go.test.yml
vendored
2
.github/workflows/go.test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue