Skip to content

Commit 6116089

Browse files
delvedorv1v
andauthored
Update .ci/Jenkinsfile
Co-Authored-By: Victor Martinez <victormartinezrubio@gmail.com>
1 parent 644763b commit 6116089

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/Jenkinsfile

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ pipeline {
5050
}
5151
stage('Test - Node.js v13') {
5252
agent { label 'linux && immutable' }
53+
options { skipDefaultCheckout() }
5354
steps {
5455
buildWithGitHubNotification('node:13-alpine')
5556
}

0 commit comments

Comments
 (0)