Skip to content

Commit

Permalink
disable jkube builds. see #112
Browse files Browse the repository at this point in the history
  • Loading branch information
itewk committed Feb 3, 2023
1 parent c652e74 commit 884d2e6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1522,6 +1522,9 @@ jobs:
# ploigos-tool-jkube_java8_ubi8 #
#################################
ploigos-tool-jkube_java8_ubi8:
# job disabled due to https://github.com/ploigos/ploigos-containers/issues/112
if: ${{ false }}

needs:
- ploigos-tool-maven_java8_ubi8

Expand Down Expand Up @@ -1654,6 +1657,9 @@ jobs:
# ploigos-tool-jkube_java11_ubi8 #
##################################
ploigos-tool-jkube_java11_ubi8:
# job disabled due to https://github.com/ploigos/ploigos-containers/issues/112
if: ${{ false }}

needs:
- ploigos-tool-maven_java11_ubi8

Expand Down Expand Up @@ -1786,6 +1792,9 @@ jobs:
# ploigos-tool-jkube_java17_ubi8 #
##################################
ploigos-tool-jkube_java17_ubi8:
# job disabled due to https://github.com/ploigos/ploigos-containers/issues/112
if: ${{ false }}

needs:
- ploigos-tool-maven_java17_ubi8

Expand Down

0 comments on commit 884d2e6

Please sign in to comment.