Skip to content

Commit

Permalink
remove scripts directory from .dockerignore file (chaos-mesh#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwen0 authored Mar 25, 2020
1 parent 127735a commit 03383bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ examples
helm
images
manifests
scripts
static
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ image-chaos-mesh: image-binary
image-chaos-fs: image-binary
docker build -t ${DOCKER_REGISTRY_PREFIX}pingcap/chaos-fs ${DOCKER_BUILD_ARGS} images/chaosfs

image-chaos-scripts:
image-chaos-scripts: image-binary
docker build -t ${DOCKER_REGISTRY_PREFIX}pingcap/chaos-scripts ${DOCKER_BUILD_ARGS} images/chaos-scripts

image-chaos-grafana:
Expand Down

0 comments on commit 03383bd

Please sign in to comment.