From fd8ec2d55aa35db62c0c19197cc7ce66e5d6afcd Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Sun, 2 Jun 2019 10:14:56 +0900 Subject: [PATCH] Move ci script in ci folder Signed-off-by: Hiroshi Miura --- azure-pipelines.yml | 2 +- .../generate_azure_pipelines_matrices.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename generate_azure_pipelines_matrices.py => ci/generate_azure_pipelines_matrices.py (100%) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b6ef96c..2b4cc47 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -8,7 +8,7 @@ jobs: inputs: versionSpec: '3.7' addToPath: true - - bash: python generate_azure_pipelines_matrices.py + - bash: python ci/generate_azure_pipelines_matrices.py name: mtrx displayName: Generate test matrices and set variables in Azure Pipelines diff --git a/generate_azure_pipelines_matrices.py b/ci/generate_azure_pipelines_matrices.py similarity index 100% rename from generate_azure_pipelines_matrices.py rename to ci/generate_azure_pipelines_matrices.py