Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit bf58d61

Browse files
committed
Cleanup
Signed-off-by: Joffrey F <[email protected]>
1 parent fc188bd commit bf58d61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,12 @@ pipeline {
5050
}
5151
steps {
5252
dir('src/github.com/docker/lunchbox') {
53+
checkout scm
5354
sh 'ls -la'
5455
sh 'make ci-coverage'
5556
archiveArtifacts 'cov/all.out'
5657
archiveArtifacts 'cov/coverage.html'
57-
sh 'curl -s https://codecov.io/bash | bash -s - -t 0b5323a7-aa90-4855-95ad-c859a917d611 -f cov/all.out -C'
58+
sh 'curl -s https://codecov.io/bash | bash -s - -t 0b5323a7-aa90-4855-95ad-c859a917d611 -f cov/all.out -K'
5859
}
5960
}
6061
}

0 commit comments

Comments
 (0)