mirror of https://github.com/sbt/sbt.git
Fix old shell syntax warning (#8998)
This commit is contained in:
parent
3dd7f939cf
commit
77e4b3c745
|
|
@ -161,7 +161,7 @@ jobs:
|
|||
if: ${{ matrix.jobtype == 4 }}
|
||||
shell: bash
|
||||
run: |
|
||||
./sbt -v "repoOverrideTest:scripted force-proxy-repos-file/*"
|
||||
./sbt -v "RepoOverrideTest/scripted force-proxy-repos-file/*"
|
||||
./sbt -v "scripted source-dependencies/*"
|
||||
- name: Build and test (5)
|
||||
if: ${{ matrix.jobtype == 5 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue