Skip to content

Commit

Permalink
Add .circleci/config.yml (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
hkdevandla committed Dec 17, 2021
1 parent 7234cd5 commit e117e77
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,17 @@ jobs:
command: ./docker-build.sh
environment:
TAG: kgen
- run:
name: Copy example protos
command: |
docker create -v /proto --name protos alpine:3.4 /bin/true
docker cp example-server/src/main/proto/. protos:/proto
- run:
name: Generate example-client with image
command: docker run --rm --volumes-from protos kgen
- run:
name: Generate example-client with image (Android)
command: docker run --rm --volumes-from protos kgen --android
#- run:
# name: Copy example protos
# command: |
# docker create -v /proto --name protos alpine:3.4 /bin/true
# docker cp example-server/src/main/proto/. protos:/proto
#- run:
# name: Generate example-client with image
# command: docker run --rm --volumes-from protos kgen
#- run:
# name: Generate example-client with image (Android)
# command: docker run --rm --volumes-from protos kgen --android
- run:
name: Save docker image
command: docker save -o kgen.tar kgen
Expand Down

0 comments on commit e117e77

Please sign in to comment.