mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 12:58:33 +01:00
bleh, permissions
This commit is contained in:
parent
08f66abe2f
commit
20242119d5
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -3,6 +3,7 @@ pipeline {
|
|||
stages {
|
||||
stage('Cake Build') {
|
||||
steps {
|
||||
sh 'chmod +x ./build.sh'
|
||||
sh './build.sh -Target Push -Branch ' + env.BRANCH_NAME
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue