Skip to content

Commit 4a59b7c

Browse files
authored
Merge pull request #491 from sourcegraph/docker
2 parents 5d347ba + 887035b commit 4a59b7c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
- uses: actions/checkout@v2
1919
- uses: actions/setup-java@v3
2020
with:
21-
distribution: 'temurin'
22-
cache: 'sbt'
21+
distribution: "temurin"
22+
cache: "sbt"
2323
java-version: ${{ matrix.java }}
2424
- run: sbt test
2525
bazel:
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/checkout@v2
4343
- uses: actions/setup-java@v3
4444
with:
45-
distribution: 'temurin'
45+
distribution: "temurin"
4646
java-version: 17
47-
cache: 'sbt'
48-
- run: sbt checkAll
47+
cache: "sbt"
48+
- run: sbt checkAll cli/docker

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ lazy val cli = project
235235
"curl",
236236
"-fLo",
237237
"/usr/local/bin/coursier",
238-
"https://git.io/coursier-cli"
238+
"https://github.com/coursier/launchers/raw/master/coursier"
239239
)
240240
run("chmod", "+x", "/usr/local/bin/coursier")
241241

0 commit comments

Comments
 (0)