Skip to content

Commit

Permalink
test: skywalking test
Browse files Browse the repository at this point in the history
  • Loading branch information
李一凡 committed Apr 27, 2022
1 parent ab1b43d commit ae8660d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
include:
- project: 'hanlin/open-source/hanlin-gitlab-ci'
file: '.gitlab-ci-template.yml'
ref: 'helm-ci'
- template: Security/SAST.gitlab-ci.yml
ref: 'skywalking'

variables:
BUILD_ENV: gradle
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ COPY --from=builder application/dependencies/ ./
COPY --from=builder application/spring-boot-loader/ ./
COPY --from=builder application/snapshot-dependencies/ ./
COPY --from=builder application/application/ ./
ENTRYPOINT ["java","org.springframework.boot.loader.JarLauncher"]
ENV JAVA_TOOL_OPTIONS=""
ENTRYPOINT ["java","${JAVA_TOOL_OPTIONS}","org.springframework.boot.loader.JarLauncher"]

0 comments on commit ae8660d

Please sign in to comment.