mirror of https://github.com/sbt/sbt.git
Merge pull request #7763 from adpi2/2.x-speed-up-ci
[2.x] Skip publishing local Zinc to speed up CI
This commit is contained in:
commit
b3a7eab060
|
|
@ -117,6 +117,7 @@ jobs:
|
||||||
rm -rf "$HOME/.ivy2/local" || true
|
rm -rf "$HOME/.ivy2/local" || true
|
||||||
rm -r $(find $HOME/.sbt/boot -name "*-SNAPSHOT") || true
|
rm -r $(find $HOME/.sbt/boot -name "*-SNAPSHOT") || true
|
||||||
- name: Publish local Zinc
|
- name: Publish local Zinc
|
||||||
|
if: ${{ matrix.jobtype == 6 }}
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
./sbt -v lowerUtils/publishLocal
|
./sbt -v lowerUtils/publishLocal
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue