Skip to content

Commit 38b1c9b

Browse files
committed
result of codegen
1 parent d40da10 commit 38b1c9b

File tree

10 files changed

+5162
-1439
lines changed

10 files changed

+5162
-1439
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
name: Push manifest with all images
129129
if: github.repository == 'codefresh-io/argo-workflows'
130130
runs-on: ubuntu-24.04
131-
needs: [build-linux-amd64, build-windows]
131+
needs: [build-linux, build-windows]
132132
steps:
133133
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
134134

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)