From: Thanh Ha Date: Mon, 12 Jun 2017 23:23:04 +0000 (-0400) Subject: Fix typo in WORKSPACE name X-Git-Tag: v0.3.3^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;ds=sidebyside;h=refs%2Fchanges%2F86%2F5186%2F1;p=releng%2Fglobal-jjb.git Fix typo in WORKSPACE name Change-Id: I27608a7db9ec47b4bd0c95226a08d5346f236d8b Signed-off-by: Thanh Ha --- diff --git a/shell/maven-stage.sh b/shell/maven-stage.sh index 09681eb4..d39d7732 100644 --- 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" > "$WORKSPACE/archives/staging-repo.txt" # Cleanup rm "$TMP_FILE"