X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fmaven-stage.sh;h=d39d7732908c1c0216711e70bdd5dff8fd37222e;hb=0b474d935c7ba6cbd70fa001fc6b9133b8999ea5;hp=09681eb42805b5e821c3c5e40c672b66cfcee5bd;hpb=8893827db2c2ecf7e3bf3ee47c6e1d3c2a9560c7;p=releng%2Fglobal-jjb.git 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"