mirror of https://github.com/sbt/sbt.git
Speed up CI
This commit is contained in:
parent
9517813190
commit
5bd0f0e3da
|
|
@ -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