From caed5aff869611ed6cbf37c6aff442e990e35069 Mon Sep 17 00:00:00 2001 From: Ycarus Date: Thu, 22 Feb 2018 23:27:59 +0100 Subject: [PATCH] Fix --- .circleci/config.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a942a1571..37f91f1b0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,8 +5,9 @@ jobs: timezone: Europe/Paris environment: - - OMR_VERSION: v1.0 + - OMR_VERSION: $CIRCLE_TAG - OMR_TARGET: x86_64 + - OMR_IMG: yes working_directory: ~/ @@ -56,3 +57,9 @@ jobs: key: cache-{{ checksum "/tmp/cache-version" }} paths: - openmptcprouter + +workflows: + version: 2 + main: + jobs: + - build