remove a duplicate cat command

This commit is contained in:
Roberto Cirillo 2021-11-09 16:13:02 +01:00
parent eebdae5529
commit bfb77ff024
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -86,7 +86,6 @@ pipeline {
script {
sh '''
cp $WALKER_NOTES ./walker_notes.${PIPELINE_BUILD_NUMBER}.md
cat ./walker_notes.${PIPELINE_BUILD_NUMBER}.md
'''
}
}