2 Commits

Author SHA1 Message Date
44acda139c Fix CI 2020-01-10 00:11:48 +01:00
6b57541b03 Remove BuildConfig from library. 2020-01-10 00:09:07 +01:00

View File

@ -72,7 +72,7 @@ workflows:
version: 2.1 version: 2.1
build-and-deploy: build-and-deploy:
jobs: jobs:
- build - build:
filters: # required since `deploy` has tag filters AND requires `build` filters: # required since `deploy` has tag filters AND requires `build`
tags: tags:
only: /.*/ only: /.*/
@ -81,6 +81,6 @@ workflows:
- build - build
filters: filters:
tags: tags:
only: /v[0-9]{1,3}\.[0-9]{1,3}\.?[0-9]{0,3}/ only: /^v[0-9]{1,3}\.[0-9]{1,3}\.?[0-9]{0,3}$/
branches: branches:
ignore: /.*/ ignore: /.*/