Skip to content

Commit

Permalink
remove conditional building
Browse files Browse the repository at this point in the history
  • Loading branch information
rauner committed Mar 4, 2024
1 parent cb68629 commit 2487c11
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 @@ -28,10 +28,6 @@ pipeline {
}
stages {
stage('Build') {
when {
not { changeset pattern: "Jenkinsfile" }
not { changeset pattern: "Makefile" }
}
steps {
withCredentials([string(credentialsId: 'bot-env', variable: 'S3_ENV_PATH')]) {
sh "aws s3 cp ${S3_ENV_PATH} rust_bot/.env"
Expand Down

0 comments on commit 2487c11

Please sign in to comment.