From d71039e8648470b3f680d8138b25570c543b200f Mon Sep 17 00:00:00 2001 From: Bobby Sudekum Date: Wed, 26 Jul 2017 09:09:07 -0700 Subject: move --- circle.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/circle.yml b/circle.yml index 372d0999b..6e099965f 100644 --- a/circle.yml +++ b/circle.yml @@ -21,13 +21,6 @@ workflows: - linux-gcc5-debug-coverage - linux-gcc5-release-qt4 - linux-gcc5-release-qt5 - deployment: - fake_deploy_for_cci2: - tag: /.*/ - commands: - # NOTE: this command doesn't actually get run, rather this simply triggers that the above deploy runs when a tag is pushed. - # See https://discuss.circleci.com/t/git-tag-deploys-in-2-0/9493/6 - - echo "make tags run in 2.0" step-library: - &generate-cache-key @@ -587,3 +580,9 @@ jobs: command: | xvfb-run --server-args="-screen 0 1024x768x24" \ scripts/valgrind.sh build/qt-linux-x86_64/Release/mbgl-test --gtest_filter=-*.Load --gtest_filter=-Memory.Vector + +deployment: + fake_deploy_for_cci2: + tag: /.*/ + commands: + - echo "make tags run in 2.0" -- cgit v1.2.3