Skip to content

Commit

Permalink
ci/examples: Fix umask/permissions in verify_examples (#13617)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax authored Oct 17, 2020
1 parent 6826292 commit 6287f17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions ci/do_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ elif [[ "$CI_TARGET" == "verify_examples" ]]; then
sudo apt-get install -y -qq --no-install-recommends redis-tools
export DOCKER_NO_PULL=1
umask 027
chmod -R o-rwx examples/
ci/verify_examples.sh
exit 0
else
Expand Down
2 changes: 0 additions & 2 deletions examples/cache/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ services:
ports:
- "8000:8000"
- "8001:8001"
environment:
- ENVOY_UID=0

service1:
build:
Expand Down

0 comments on commit 6287f17

Please sign in to comment.