Skip to content

Commit

Permalink
Update git
Browse files Browse the repository at this point in the history
  • Loading branch information
Deniallugo committed Jan 10, 2021
1 parent 96f6fd1 commit 0546e1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
!docker/ci-integration-test/entrypoint.sh
!docker/zk/entrypoint.sh
!etc/env/dev.env.example
!etc/env/docker.env
!etc/tokens
!keys/packed
!docker/nginx/nginx.conf
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Cargo.lock

/etc/env/*
!/etc/env/dev.env.example
!/etc/env/docker.env
!/etc/env/ci.env
/etc/tokens/localhost.json
!/keys
Expand Down
1 change: 1 addition & 0 deletions docker-compose-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ services:
environment:
- IN_DOCKER=true
- CACHE_DIR=/usr/src/cache
- CI=1

0 comments on commit 0546e1f

Please sign in to comment.