ci: disable build and release stages
Some checks reported warnings
Cadoles/mktools/pipeline/head This commit is unstable
Some checks reported warnings
Cadoles/mktools/pipeline/head This commit is unstable
This commit is contained in:
parent
643e170d49
commit
ab89789e3e
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -1,3 +1,6 @@
|
||||
@Library("cadoles") _
|
||||
|
||||
standardMakePipeline()
|
||||
standardMakePipeline([
|
||||
'buildTask': null,
|
||||
'releaseTask': null
|
||||
])
|
4
Makefile
4
Makefile
@ -5,9 +5,6 @@ all: test build
|
||||
test: tools/checkmake/bin/checkmake
|
||||
tools/checkmake/bin/checkmake Makefile
|
||||
|
||||
.PHONY: build
|
||||
build:
|
||||
|
||||
MKT_GITEA_RELEASE_ORG ?= Cadoles
|
||||
MKT_GITEA_RELEASE_PROJECT ?= mktools
|
||||
|
||||
@ -21,7 +18,6 @@ release:
|
||||
MKT_GITEA_RELEASE_COMMIT_TARGET="$(MKT_PROJECT_VERSION)" \
|
||||
mkt-gitea-release
|
||||
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -rf tools
|
||||
|
Loading…
Reference in New Issue
Block a user