Skip to content

Commit

Permalink
removes the test-repo-deploy job from workflow (#25)
Browse files Browse the repository at this point in the history
removes the test-repo-deploy job from the client-python workflow.
  • Loading branch information
Soroush Saffari authored and flyingsilverfin committed Mar 6, 2019
1 parent 87c3af5 commit 0e7e50e
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@ jobs:
- run: nohup bazel-genfiles/dist/grakn-core-all/grakn server start
- run: bazel test //:test_integration --test_output=streamed

test-repo-deploy:
machine: true
working_directory: ~/grakn
steps:
- checkout
- bazel_install
- run: bazel run //:deploy-pip -- test $TEST_REPO_USERNAME $TEST_REPO_PASSWORD

dependency-update:
machine: true
steps:
Expand Down Expand Up @@ -111,13 +103,6 @@ workflows:
jobs:
- build
- test
- test-repo-deploy:
filters:
branches:
only: master
requires:
- build
- test
- dependency-update:
filters:
branches:
Expand Down

0 comments on commit 0e7e50e

Please sign in to comment.