Skip to content

Commit

Permalink
fix: fix docker test (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster committed Feb 13, 2020
1 parent c6d7037 commit e90db03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ rm -rf $DIR_NAME
mkdir $DIR_NAME
# Use Docker Image for generating showcase client library
docker run --rm \
--mount type=bind,source=`pwd`/typescript/test/protos/google/showcase/v1beta1,destination=/in/typescript/test/protos/google/showcase/v1beta1,readonly \
--mount type=bind,source=`pwd`/test-fixtures/protos/google/showcase/v1beta1,destination=/in/google/showcase/v1beta1,readonly \
--mount type=bind,source=`pwd`/$DIR_NAME,destination=/out \
gapic-generator-typescript:latest
# Test generated client library
Expand Down

0 comments on commit e90db03

Please sign in to comment.