Skip to content

Commit fe4d247

Browse files
committed
result of codegen
1 parent d40da10 commit fe4d247

File tree

9 files changed

+5161
-1438
lines changed

9 files changed

+5161
-1438
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ GIT_BRANCH := $(shell git rev-parse --symbolic-full-name --verify --q
2020
RELEASE_TAG := $(shell if [[ "$(GIT_TAG)" =~ ^v[0-9]+\.[0-9]+\.[0-9]+.*$$ ]]; then echo "true"; else echo "false"; fi)
2121
DEV_BRANCH := $(shell [ "$(GIT_BRANCH)" = main ] || [ `echo $(GIT_BRANCH) | cut -c -8` = release- ] || [ `echo $(GIT_BRANCH) | cut -c -4` = dev- ] || [ $(RELEASE_TAG) = true ] && echo false || echo true)
2222
SRC := $(GOPATH)/src/github.com/argoproj/argo-workflows
23+
VERSION := latest
2324
# VERSION is the version to be used for files in manifests and should always be latest unless we are releasing
2425
# we assume HEAD means you are on a tag
2526
ifeq ($(RELEASE_TAG),true)

api/openapi-spec/swagger.json

Lines changed: 1 addition & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/quick-start-minimal.yaml

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/quick-start-mysql.yaml

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/quick-start-postgres.yaml

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)