Skip to content

Commit

Permalink
Merge pull request #81 from Clever/INFRA-2576
Browse files Browse the repository at this point in the history
remove batch code
  • Loading branch information
rgarcia authored Oct 25, 2017
2 parents d043f4f + 6b32936 commit 1e33944
Show file tree
Hide file tree
Showing 23 changed files with 32 additions and 2,399 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ generate: wag-generate-deps swagger2markup-cli-1.3.1.jar
$(call wag-generate,./swagger.yml,$(PKG))

generate-mocks:
mkdir -p mocks/mock_batchiface
rm -f mocks/mock_batchiface/mock_batchapi.go
mockgen github.com/aws/aws-sdk-go/service/batch/batchiface BatchAPI > mocks/mock_batchiface/mock_batchapi.go

mkdir -p mocks/mock_dynamodbiface
rm -f mocks/mock_dynamodbiface/mock_dynamodbapi.go
mockgen github.com/aws/aws-sdk-go/service/dynamodb/dynamodbiface DynamoDBAPI > mocks/mock_dynamodbiface/mock_dynamodbapi.go
Expand Down
369 changes: 0 additions & 369 deletions executor/batchclient/batch.go

This file was deleted.

Loading

0 comments on commit 1e33944

Please sign in to comment.