We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0bee6a commit 350720eCopy full SHA for 350720e
.github/workflows/docker-sentry-release.yml
@@ -13,14 +13,14 @@ jobs:
13
SPRING_JPA_SHOW_SQL: false
14
JHI_DISABLE_WEBPACK_LOGS: true
15
steps:
16
- # - uses: actions/checkout@v2
17
- # - uses: actions/setup-node@v2
18
- # with:
19
- # node-version: 12.16.1
20
- # - uses: actions/setup-java@v2
21
22
- # distribution: 'adopt'
23
- # java-version: '11'
+ - uses: actions/checkout@v2
+ - uses: actions/setup-node@v2
+ with:
+ node-version: 12.16.1
+ - uses: actions/setup-java@v2
+ distribution: 'adopt'
+ java-version: '11'
24
# - name: Install node.js packages
25
# run: yarn install
26
# - name: Package application with Jib
0 commit comments