Deploy the Cumulus changes for Geyser so Floodgate can use them

This commit is contained in:
Tim203 2022-01-26 12:10:15 +01:00
parent 3011d89db6
commit 53de9f4a31
No known key found for this signature in database
GPG key ID: 064EE9F5BF7C3EE8
15 changed files with 26 additions and 25 deletions

1
Jenkinsfile vendored
View file

@ -23,6 +23,7 @@ pipeline {
stage ('Deploy') {
when {
branch "master"
branch "feature/cumulus-1.1" // allow Floodgate to build
}
steps {