Skip to content

Commit e4eea16

Browse files
author
Daniel Mikusa
committed
Updates dockerfile & maven promotion scripts
1 parent d1adae8 commit e4eea16

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

ci/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
77
ca-certificates \
88
curl \
99
jq \
10+
gnupg \
1011
&& rm -rf /var/lib/apt/lists/*

ci/promote-to-maven-central.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -euo pipefail
44

5-
export BUILD_INFO_LOCATION=$(pwd)/build-info/build-info.json
5+
export BUILD_INFO_LOCATION=$(pwd)/artifactory-repo/build-info.json
66

77
java -jar /opt/concourse-release-scripts.jar publishToCentral 'RELEASE' "$BUILD_INFO_LOCATION" artifactory-repo
88

ci/promote-to-maven-central.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ image_resource:
77
repository: cfje/cf-java-client
88

99
inputs:
10-
- name: build-info
1110
- name: cf-java-client
1211
- name: artifactory-repo
1312

0 commit comments

Comments
 (0)