Code Review
/
releng
/
lftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ec0a0c0
)
Filter out bad environment variables
74/4074/1
author
Thanh Ha
<thanh.ha@linuxfoundation.org>
Tue, 10 Jan 2017 20:07:42 +0000
(15:07 -0500)
committer
Thanh Ha
<thanh.ha@linuxfoundation.org>
Sat, 4 Mar 2017 19:24:29 +0000
(14:24 -0500)
Change-Id: Id0631226ac1ebd433ff72d079b598e43e1f4f660
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
include-raw-deploy-archives.sh
patch
|
blob
|
history
diff --git
a/include-raw-deploy-archives.sh
b/include-raw-deploy-archives.sh
index
991b2df
..
ac955ef
100644
(file)
--- a/
include-raw-deploy-archives.sh
+++ b/
include-raw-deploy-archives.sh
@@
-74,7
+74,7
@@
fi
mv $WORKSPACE/archives/ $ARCHIVES_DIR > /dev/null 2>&1
touch $ARCHIVES_DIR/_build-details.txt
echo "build-url: ${{BUILD_URL}}" >> $ARCHIVES_DIR/_build-details.txt
-env > $ARCHIVES_DIR/_build-enviroment-variables.txt
+env
| grep -v PASSWORD
> $ARCHIVES_DIR/_build-enviroment-variables.txt
# capture system info
touch $ARCHIVES_DIR/_sys-info.txt