diff --git a/.circleci/config.yml b/.circleci/config.yml index 649e021bdda..0133c5d6b9a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,7 +21,7 @@ jobs: steps: - checkout - setup_remote_docker: - version: 17.07.0-ce + version: 17.07.0-ce - run: name: Create Secret if PR is not forked # GCS integration tests are run only for author's PR that have write access, because these tests @@ -53,12 +53,12 @@ jobs: environment: GOBIN: "/home/circleci/.go_workspace/go/bin" steps: - - checkout - - run: make crossbuild - - persist_to_workspace: - root: . - paths: - - .build + - checkout + - run: make crossbuild + - persist_to_workspace: + root: . + paths: + - .build publish_master: <<: *defaults @@ -106,30 +106,30 @@ workflows: version: 2 thanos: jobs: - - test: - filters: - tags: - only: /.*/ - - publish_master: - requires: - - test - filters: - branches: - only: master - - cross_build: - requires: - - test - filters: - tags: - only: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/ - branches: - ignore: /.*/ - - publish_release: - requires: - - test - - cross_build - filters: - tags: - only: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/ - branches: - ignore: /.*/ + - test: + filters: + tags: + only: /.*/ + - publish_master: + requires: + - test + filters: + branches: + only: master + - cross_build: + requires: + - test + filters: + tags: + only: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/ + branches: + ignore: /.*/ + - publish_release: + requires: + - test + - cross_build + filters: + tags: + only: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/ + branches: + ignore: /.*/