We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dffab0c commit c9af841Copy full SHA for c9af841
.github/workflows/ci.yml
@@ -48,15 +48,15 @@ jobs:
48
- uses: sbt/setup-sbt@v1
49
50
- name: Build Dockerised CLI
51
- run: sbt cli/docker dumpScipJavaVersion
+ run: sbt cli/docker
52
53
- uses: actions/checkout@v3
54
with:
55
path: sources
56
repository: spring-projects/spring-boot
57
58
- run: |
59
- docker run -v $PWD/sources:/sources -w /sources sourcegraph/scip-java:$(cat VERSION) scip-java index
+ docker run -v $PWD/sources:/sources -w /sources sourcegraph/scip-java:latest-snapshot scip-java index
60
61
bazel:
62
runs-on: ubuntu-latest
0 commit comments