Skip to content

Commit f27c8f7

Browse files
committed
Fix pipeline
1 parent bb86c95 commit f27c8f7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.dockerignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
**/target
2+
!launcher/src/**

pipeline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
image_resource:
2929
type: docker-image
3030
source:
31-
repository: openjdk
32-
tag: 8-jdk
31+
repository: adoptopenjdk/openjdk8
32+
tag: jdk8u192-b12
3333
inputs:
3434
- name: source
3535
caches:

0 commit comments

Comments
 (0)