Skip to content

Commit 271acb1

Browse files
committed
Jenkinsfile, package/Dockerfile: correct nightly url
1 parent 73dd417 commit 271acb1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Jenkinsfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ pipeline {
142142
// }
143143
environment {
144144
GITHUB_TOKEN = credentials('rv-jenkins')
145-
K_NIGHTLY = '89361d7c8'
146145
}
147146
stages {
148147
stage('Build Ubuntu Package') {

package/Dockerfile.ubuntu-bionic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ RUN apt update
1212

1313
RUN curl -sSL https://get.haskellstack.org/ | sh -s - -f
1414

15-
ADD https://github.com/kframework/k/releases/download/nightly-$K_NIGHTLY/kframework_5.0.0_amd64_bionic.deb kframework_5.0.0_amd64_bionic.deb
15+
ADD https://github.com/kframework/k/releases/download/nightly-89361d7c8/kframework_5.0.0_amd64_bionic.deb kframework_5.0.0_amd64_bionic.deb
1616
RUN apt install --yes kframework_5.0.0_amd64_bionic.deb

0 commit comments

Comments
 (0)