mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
ci: smoke-test the release script
To make sure that `make release` doesn't suddenly break after we've cut a release, smoke-test the release scripts. The script won't fail if GPG keys aren't found, so running in CI shouldn't be a huge issue. Signed-off-by: Aleksa Sarai <asarai@suse.de>
This commit is contained in:
+1
-1
@@ -30,4 +30,4 @@ before_install:
|
||||
script:
|
||||
- git-validation -run DCO,short-subject -v
|
||||
- make BUILDTAGS="${BUILDTAGS}"
|
||||
- make BUILDTAGS="${BUILDTAGS}" clean validate test
|
||||
- make BUILDTAGS="${BUILDTAGS}" clean ci
|
||||
|
||||
Reference in New Issue
Block a user