Code Review
/
releng
/
global-jjb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
8893827
)
Fix typo in WORKSPACE name
86/5186/1
v0.3.3
author
Thanh Ha
<thanh.ha@linuxfoundation.org>
Mon, 12 Jun 2017 23:23:04 +0000
(19:23 -0400)
committer
Thanh Ha
<thanh.ha@linuxfoundation.org>
Mon, 12 Jun 2017 23:23:08 +0000
(19:23 -0400)
Change-Id: I27608a7db9ec47b4bd0c95226a08d5346f236d8b
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
shell/maven-stage.sh
patch
|
blob
|
history
diff --git
a/shell/maven-stage.sh
b/shell/maven-stage.sh
index
09681eb
..
d39d773
100644
(file)
--- a/
shell/maven-stage.sh
+++ b/
shell/maven-stage.sh
@@
-24,7
+24,7
@@
staging_repo=$(sed -n -e 's/Staging repository \(.*\) created\./\1/p' "$TMP_FILE
# Store repo info to a file in archives
mkdir -p "$WORKSPACE/archives"
-echo "$staging_repo" > "$WORSPACE/archives/staging-repo.txt"
+echo "$staging_repo" > "$WOR
K
SPACE/archives/staging-repo.txt"
# Cleanup
rm "$TMP_FILE"