From 8f790eeca0f46a94f5ec94071291656b76fb9b06 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Mon, 11 Mar 2019 22:43:35 +0500 Subject: [PATCH] rename azure-pipelines.yml to .azure-pipelines.yml --- .appveyor.yml | 2 +- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 080c6c09..c073e245 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -15,7 +15,7 @@ skip_commits: files: - .travis.yml - .gitlab-ci.yml - - azure-pipelines.yml + - .azure-pipelines.yml init: - ps: Update-AppveyorBuild -Version "build-$env:APPVEYOR_BUILD_NUMBER-$($env:APPVEYOR_REPO_COMMIT.substring(0,7))" diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c31f0a10..d8503b74 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ changes: - .appveyor.yml - .travis.yml - - azure-pipelines.yml + - .azure-pipelines.yml before_script: - REPOSITORY="$PWD" && cd .. - apt-get update && apt-get install -y dpkg-dev wget g++ gcc libncurses5-dev libreadline-dev libssl-dev make zlib1g-dev git file