ci: disable build and release stages
Cadoles/mktools/pipeline/head This commit is unstable Details

This commit is contained in:
wpetit 2023-08-23 15:53:40 -06:00
parent 643e170d49
commit ab89789e3e
2 changed files with 4 additions and 5 deletions

5
Jenkinsfile vendored
View File

@ -1,3 +1,6 @@
@Library("cadoles") _ @Library("cadoles") _
standardMakePipeline() standardMakePipeline([
'buildTask': null,
'releaseTask': null
])

View File

@ -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