Skip to content

Commit

Permalink
Merge pull request #18 from jakirkham/clean_repo_wercker
Browse files Browse the repository at this point in the history
Ensure clean repo on Wercker
  • Loading branch information
jakirkham committed Aug 13, 2015
2 parents ad06fa4 + 101d069 commit 19d56d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .wercker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
box: jakirkham/centos_drmaa_conda
build:
steps:
- script:
name: Ensure clean repo.
code: |-
git diff
- script:
name: Build Conda Package.
code: |-
Expand Down

0 comments on commit 19d56d8

Please sign in to comment.