Skip to content

Commit 664d0c6

Browse files
authored
Merge pull request #52 from levigo/feature/JS-2322-fix-workflow-content-converter-client
Feature/js 2322 fix workflow content converter client
2 parents 1645aee + 950f387 commit 664d0c6

File tree

2 files changed

+2
-97
lines changed

2 files changed

+2
-97
lines changed

.github/workflows/continuous-delivery-java8.yml

Lines changed: 0 additions & 92 deletions
This file was deleted.

.github/workflows/continuous-delivery.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# This workflow will build a Java project with Maven
2-
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
3-
41
name: Continuous Delivery Java 11
52

63
on:
@@ -13,8 +10,8 @@ jobs:
1310
timeout-minutes: 10
1411

1512
env:
16-
JSCC_VERSION_PREFIX: 'java11-1.'
17-
JSCC_TAG_PREFIX: 'java11-1.'
13+
JSCC_VERSION_PREFIX: '1.'
14+
JSCC_TAG_PREFIX: '1.'
1815

1916

2017
steps:

0 commit comments

Comments
 (0)