File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -167,12 +167,9 @@ jobs:
167167 env :
168168 MAVEN_SONATYPE_USERNAME : ${{ secrets.MAVEN_SONATYPE_USERNAME }}
169169 MAVEN_SONATYPE_TOKEN : ${{ secrets.MAVEN_SONATYPE_TOKEN }}
170- GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
171170 shell : bash
172171 run : |
173172 git config --local user.name "Github Action"
174173 git config --local user.email "[email protected] " 175174 export NO_DAEMON=false
176- sh ./hack/maven-gpg.sh
177- make mvn-deploy GPG_PASSPHRASE=${GPG_PASSPHRASE}
178175 make push-snapshot-docs || true
Original file line number Diff line number Diff line change @@ -98,8 +98,6 @@ OPERATOR_PACKAGE_IMAGE := $(OPERATOR_PACKAGE_PREFIX):$(VERSION)
9898OPERATOR_REPO_PREFIX := $(OPERATOR_IMAGE_REPO ) -repo
9999OPERATOR_REPO_IMAGE := $(OPERATOR_REPO_PREFIX ) :$(VERSION )
100100
101- GPG_PASSPHRASE :=
102-
103101# ----------------------------------------------------------------------------------------------------------------------
104102# The test application images used in integration tests
105103# ----------------------------------------------------------------------------------------------------------------------
@@ -1649,13 +1647,6 @@ rm -rf $$TMP_DIR ;\
16491647endef
16501648
16511649
1652- # ----------------------------------------------------------------------------------------------------------------------
1653- # Deploy the Java artifacts
1654- # ----------------------------------------------------------------------------------------------------------------------
1655- .PHONY : mvn-deploy
1656- mvn-deploy : $(BUILD_PROPS ) $(BUILD_TARGETS ) /generate $(BUILD_TARGETS ) /manifests
1657- ./mvnw $(MAVEN_BUILD_OPTS ) -s ./.mvn/settings.xml -B -f java clean deploy -DskipTests -DskipTests -Prelease -Dgpg.passphrase=$(GPG_PASSPHRASE )
1658-
16591650# ----------------------------------------------------------------------------------------------------------------------
16601651# Build the examples
16611652# ----------------------------------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments