Skip to content

Commit c3ca8c3

Browse files
committed
Clean-up
1 parent 3fb5a9c commit c3ca8c3

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

Makefile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ OPERATOR_PACKAGE_IMAGE := $(OPERATOR_PACKAGE_PREFIX):$(VERSION)
9898
OPERATOR_REPO_PREFIX := $(OPERATOR_IMAGE_REPO)-repo
9999
OPERATOR_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 ;\
16491647
endef
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
# ----------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)