Skip to content

Commit 27c33d3

Browse files
committed
Fix CI parameter configuration
See gh-90
1 parent 59ba527 commit 27c33d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/tasks/promote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
- name: git-repo
55
- name: artifactory-repo
66
params:
7-
RELEASE_TYPE
7+
RELEASE_TYPE:
88
ARTIFACTORY_SERVER:
99
ARTIFACTORY_USERNAME:
1010
ARTIFACTORY_PASSWORD:

ci/tasks/stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ caches:
99
- path: maven
1010
- path: gradle
1111
params:
12-
RELEASE_TYPE
12+
RELEASE_TYPE:
1313
run:
1414
path: git-repo/ci/scripts/stage.sh

0 commit comments

Comments
 (0)