summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--circle.yml13
1 files changed, 6 insertions, 7 deletions
diff --git a/circle.yml b/circle.yml
index 372d0999b6..6e099965fb 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"