Fix operator CI
This commit is contained in:
parent
e2514ea2e6
commit
8e6489459d
1 changed files with 1 additions and 3 deletions
4
.github/workflows/operator-ci.yml
vendored
4
.github/workflows/operator-ci.yml
vendored
|
@ -65,7 +65,5 @@ jobs:
|
|||
mvn clean verify \
|
||||
-Dquarkus.container-image.build=true -Dquarkus.container-image.tag=test \
|
||||
-Dquarkus.kubernetes.deployment-target=kubernetes \
|
||||
-Dquarkus.jib.jvm-arguments="-Djava.util.logging.manager=org.jboss.logmanager.LogManager",\
|
||||
"-Doperator.keycloak.image=keycloak:${GITHUB_SHA}", \
|
||||
"-Doperator.keycloak.image-pull-policy=Never" \
|
||||
-Dquarkus.jib.jvm-arguments="-Djava.util.logging.manager=org.jboss.logmanager.LogManager","-Doperator.keycloak.image=keycloak:${GITHUB_SHA}","-Doperator.keycloak.image-pull-policy=Never" \
|
||||
--no-transfer-progress -Dtest.operator.deployment=remote
|
||||
|
|
Loading…
Reference in a new issue