Add timer to packer merge job to build new images
[releng/global-jjb.git] / shell / maven-stage.sh
index 09681eb..482b53f 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/bash
-# @License EPL-1.0 <http://spdx.org/licenses/EPL-1.0>
+# SPDX-License-Identifier: EPL-1.0
 ##############################################################################
 # Copyright (c) 2017 The Linux Foundation and others.
 #
@@ -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"