We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73dd417 commit 271acb1Copy full SHA for 271acb1
Jenkinsfile
@@ -142,7 +142,6 @@ pipeline {
142
// }
143
environment {
144
GITHUB_TOKEN = credentials('rv-jenkins')
145
- K_NIGHTLY = '89361d7c8'
146
}
147
stages {
148
stage('Build Ubuntu Package') {
package/Dockerfile.ubuntu-bionic
@@ -12,5 +12,5 @@ RUN apt update
12
13
RUN curl -sSL https://get.haskellstack.org/ | sh -s - -f
14
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
+ADD https://github.com/kframework/k/releases/download/nightly-89361d7c8/kframework_5.0.0_amd64_bionic.deb kframework_5.0.0_amd64_bionic.deb
16
RUN apt install --yes kframework_5.0.0_amd64_bionic.deb
0 commit comments