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

Commit 4136efb

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

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
@@ -54,11 +54,12 @@ pipeline {
5454
}
5555
steps {
5656
dir('src/github.com/docker/lunchbox') {
57+
checkout scm
5758
sh 'ls -la'
5859
sh 'make ci-coverage'
5960
archiveArtifacts 'cov/all.out'
6061
archiveArtifacts 'cov/coverage.html'
61-
sh 'curl -s https://codecov.io/bash | bash -s - -t 0b5323a7-aa90-4855-95ad-c859a917d611 -f cov/all.out -C'
62+
sh 'curl -s https://codecov.io/bash | bash -s - -t 0b5323a7-aa90-4855-95ad-c859a917d611 -f cov/all.out -K'
6263
}
6364
}
6465
}

0 commit comments

Comments
 (0)