Skip to content

Commit

Permalink
#1246: Remove calls to sh (for diagnostic purposes)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyaandys committed Jul 12, 2024
1 parent a967396 commit 3cb8ae8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ pipeline
stash name: 'ride-win', includes: '_/ride*/Ride-*-win32-ia32/**'
stash name: 'ride-linux', includes: '_/ride*/Ride-*-linux*/**'
stash name: 'ride-version', includes: '_/version, _/version.js'
sh 'echo "First use" >>./andys.log'
}
}
stage ('Packaging') {
Expand All @@ -40,7 +39,6 @@ pipeline
unstash 'ride-version'
sh './CI/packagescripts/linux/packageLinux.sh'
stash name: 'linux-ship', includes: 'ship/*'
sh 'echo "second use" >>./andys.log'
}
}
stage ('Mac Build and Packaging') {
Expand Down Expand Up @@ -119,7 +117,6 @@ pipeline
unstash 'mac-ship-notarised'
unstash 'win-ship'
sh './CI/copyinstallers.sh'
sh 'echo "third use" >>./andys.log'
}
when {
not {
Expand All @@ -145,7 +142,6 @@ pipeline
unstash 'mac-ship'
unstash 'win-ship'
sh './CI/GH-Release.sh'
sh 'echo "fourth use" >>./andys.log'
}
when {
not {
Expand Down

0 comments on commit 3cb8ae8

Please sign in to comment.