File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
scripts/jobs/release/website Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1313# from .travis.yml. For releases triggered with the REST API we could use the "merge mode", but
1414# not when triggering from the web UI. Anyway, `before_install` works well.
1515
16- # we need rpmbuild but it's unlikely to be whitelisted, according to
17- # https://github.com/travis-ci/apt-package-whitelist/pull/1700
18- sudo : required
19- dist : xenial
16+ dist : noble
2017install :
2118 - sudo apt-get -qq update
2219 - sudo apt-get install -y rpm
Original file line number Diff line number Diff line change 11#! /bin/bash -ex
22
3- url=" https://downloads.lightbend. com/scala/$version "
3+ url=" https://github. com/scala/scala/releases/download/v $version "
44
55if [[ " $version " =~ ^.* -(bin| pre)-[0-9a-f]+$ ]]
66then archivesDir=" ~linuxsoft/archives/scala/nightly/2.12.x"
You can’t perform that action at this time.
0 commit comments