Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Commit

Permalink
Fixed tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlOfDuty committed May 25, 2020
1 parent 6ad4e22 commit 3423d54
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ pipeline {
}
}
stage('Package') {
steps {
sh 'mv SCPermissions/bin/SCPermissions.dll Plugin/'
sh 'mv SCPermissions/bin/YamlDotNet.dll Plugin/dependencies'
sh 'mv SCPermissions/bin/Newtonsoft.Json.dll Plugin/dependencies'
}
steps {
sh 'mv SCPermissions/bin/SCPermissions.dll Plugin/'
sh 'mv SCPermissions/bin/YamlDotNet.dll Plugin/dependencies'
sh 'mv SCPermissions/bin/Newtonsoft.Json.dll Plugin/dependencies'
}
}
stage('Archive') {
steps {
Expand Down

0 comments on commit 3423d54

Please sign in to comment.