From 4d250783ba92ad6d432b3ce829392ac8d0934056 Mon Sep 17 00:00:00 2001 From: Mark Newman Date: Mon, 23 Oct 2017 17:26:38 +0100 Subject: [PATCH] Lock branch on toolset --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0f8c4c5..71e683c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: ROOTPATH: /home/circleci/.go_workspace/src/github.com/ernestio NATS_URI_TEST: nats://127.0.0.1:4222 GOBIN: /home/circleci/.go_workspace/bin - CURRENT_INSTANCE: http://ernest.local:80/ + CURRENT_INSTANCE: https://ernest.local JWT_SECRET: test IMPORT_PATH: "github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME" ERNEST_LOG_FILE: '/tmp/ernest.log' @@ -32,6 +32,6 @@ jobs: - run: name: Integration Tests command: | - git clone -b f-circleci-v2-680 git@github.com:ernestio/toolset.git /tmp/toolset/ + git clone git@github.com:ernestio/toolset.git /tmp/toolset/ cd /tmp/toolset/ernestci/ && bundle install ruby /tmp/toolset/ernestci/run.rb $CIRCLE_WORKING_DIRECTORY/.ernest-ci