From 11bc28b33f3436232eaa3808bfaf0477cf2ca9f7 Mon Sep 17 00:00:00 2001 From: Yoshifumi Kawai Date: Fri, 17 Apr 2020 11:31:27 +0900 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 95e5eaf..58ead3b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -82,12 +82,6 @@ workflows: # - build-and-test: # unity_version: 2019.2.0b2 # unity_license: ${UNITY_LICENSE_2019_2} - - build-and-create-package: - unity_version: 2019.1.2f1 - unity_license: ${UNITY_LICENSE_2019_1} - filters: - tags: - only: /.*/ - build-and-test: unity_version: 2019.1.2f1 unity_license: ${UNITY_LICENSE_2019_1} @@ -102,7 +96,7 @@ workflows: # - build-and-test: # unity_version: 2018.3.12f1 # unity_license: ${UNITY_LICENSE_2018_3} - - build-and-create-package-release: + - build-and-create-package: unity_version: 2019.1.2f1 unity_license: ${UNITY_LICENSE_2019_1} filters: @@ -112,9 +106,9 @@ workflows: ignore: /.*/ - upload-github: requires: - - build-and-create-package-release + - build-and-create-package filters: tags: only: /^\d\.\d\.\d.*/ branches: - ignore: /.*/ \ No newline at end of file + ignore: /.*/