1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-02 13:23:37 +02:00

bleh, permissions

This commit is contained in:
Ellpeck 2020-05-21 22:51:31 +02:00
parent 08f66abe2f
commit 20242119d5

1
Jenkinsfile vendored
View file

@ -3,6 +3,7 @@ pipeline {
stages {
stage('Cake Build') {
steps {
sh 'chmod +x ./build.sh'
sh './build.sh -Target Push -Branch ' + env.BRANCH_NAME
}
}