commit | 7cca91acf9d7f7b8439eeeb34a66e4626e7c66f6 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Tue Jan 19 06:54:10 2016 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Tue Jan 19 06:54:11 2016 +0000 |
tree | 2cdf4bf2f8dae2277b864ffbe17ddfe228ff1498 | |
parent | 7602c0507af23d9be2c38b6356a2e05578bdc3c3 [diff] | |
parent | 16246acb4c3d81e2907ba938b9404a0fc9d30ff6 [diff] |
Merge "remove clouds.yaml files when running clean.sh"
diff --git a/clean.sh b/clean.sh index fc6f80d..5da7851 100755 --- a/clean.sh +++ b/clean.sh
@@ -137,6 +137,7 @@ FILES_TO_CLEAN+="docs/files docs/html shocco/ " FILES_TO_CLEAN+="stack-screenrc test*.conf* test.ini* " FILES_TO_CLEAN+=".stackenv .prereqs" +FILES_TO_CLEAN+="/etc/openstack/ ~/.config/openstack" for file in $FILES_TO_CLEAN; do rm -rf $TOP_DIR/$file