Skip to content

Commit 0dbe0cf

Browse files
Update Jenkinsfile
1 parent 879b0d7 commit 0dbe0cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,9 @@ pipeline {
5151
}
5252
stage("Link docs to latest") {
5353
steps{
54-
sh "ls -lhart"
5554
sh "ls -lhart docs"
5655
sh "chmod +x add_links.sh"
57-
sh "add_links.sh $last_docs_version_dir"
56+
sh "./add_links.sh $last_docs_version_dir"
5857
}
5958
}
6059
stage("Push PR for docs") {

0 commit comments

Comments
 (0)