Skip to content

Commit c9af841

Browse files
WIP
1 parent dffab0c commit c9af841

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ jobs:
4848
- uses: sbt/setup-sbt@v1
4949

5050
- name: Build Dockerised CLI
51-
run: sbt cli/docker dumpScipJavaVersion
51+
run: sbt cli/docker
5252

5353
- uses: actions/checkout@v3
5454
with:
5555
path: sources
5656
repository: spring-projects/spring-boot
5757

5858
- run: |
59-
docker run -v $PWD/sources:/sources -w /sources sourcegraph/scip-java:$(cat VERSION) scip-java index
59+
docker run -v $PWD/sources:/sources -w /sources sourcegraph/scip-java:latest-snapshot scip-java index
6060
6161
bazel:
6262
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)