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