diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c0263fcf..3f590fbd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,8 +21,14 @@ test:v1.0: extends: .flux variables: CI_VERSION_TAG: 'v1.0' + only: + - staging + - trying test:v1.1: extends: .flux variables: CI_VERSION_TAG: 'v1.1' + only: + - staging + - trying diff --git a/bors.toml b/bors.toml new file mode 100644 index 00000000..378c9b5a --- /dev/null +++ b/bors.toml @@ -0,0 +1,3 @@ +status = [ + "ci/gitlab/%" +]