projects
/
zchunk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c107eef
)
Fix Jenkinsfile
author
Jonathan Dieter
<jdieter@gmail.com>
Sat, 14 Mar 2020 21:54:25 +0000
(21:54 +0000)
committer
Jonathan Dieter
<jdieter@gmail.com>
Sat, 14 Mar 2020 21:54:25 +0000
(21:54 +0000)
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
Jenkinsfile
patch
|
blob
|
history
diff --git
a/Jenkinsfile
b/Jenkinsfile
index 7a0121b2615975345e37787cc698492096d05797..c886e93af1207de476672de593763ae7b62f870f 100644
(file)
--- a/
Jenkinsfile
+++ b/
Jenkinsfile
@@
-12,7
+12,7
@@
node {
},
alpine: {
sh "./autotest/alpine-edge/build.sh"
- }
+ }
,
debian: {
sh "./autotest/debian-latest/build.sh"
},
@@
-32,7
+32,7
@@
node {
},
alpine: {
sh "./autotest/alpine-edge/test.sh"
- }
+ }
,
debian: {
sh "./autotest/debian-latest/test.sh"
},