Skip to content
Snippets Groups Projects
Commit d9213c77 authored by Giorgio Sironi's avatar Giorgio Sironi
Browse files

Trigger downstream updates

parent 851eb577
No related branches found
No related tags found
No related merge requests found
......@@ -10,4 +10,12 @@ elifeLibrary {
stage 'Run tests', {
elifeLocalTests './project_tests.sh'
}
stage 'Merge to master', {
elifeGitMoveToBranch commit, 'master'
}
stage 'Downstream', {
build job: 'dependencies-sciencebeam-update-sciencebeam-gym', wait: false, parameters: [string(name: 'commit', value: commit)]
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment