mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-26 06:28:35 +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 {
|
stages {
|
||||||
stage('Cake Build') {
|
stage('Cake Build') {
|
||||||
steps {
|
steps {
|
||||||
|
sh 'chmod +x ./build.sh'
|
||||||
sh './build.sh -Target Push -Branch ' + env.BRANCH_NAME
|
sh './build.sh -Target Push -Branch ' + env.BRANCH_NAME
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue