Skip to content

Commit

Permalink
Lock branch on toolset
Browse files Browse the repository at this point in the history
  • Loading branch information
g3kk0 committed Oct 23, 2017
1 parent 3402f45 commit 4d25078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -32,6 +32,6 @@ jobs:
- run:
name: Integration Tests
command: |
git clone -b f-circleci-v2-680 [email protected]:ernestio/toolset.git /tmp/toolset/
git clone [email protected]:ernestio/toolset.git /tmp/toolset/
cd /tmp/toolset/ernestci/ && bundle install
ruby /tmp/toolset/ernestci/run.rb $CIRCLE_WORKING_DIRECTORY/.ernest-ci

0 comments on commit 4d25078

Please sign in to comment.