remove EXPORT

pull/26/head
Adam Townsend 2023-10-17 17:42:17 -07:00
parent 4587c35806
commit 15d9ade2cf
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -49,7 +49,7 @@ pipeline {
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
sh ''' #!/usr/local/bin/bash
EXPORT ZIP_FILE="url-shortener_$(date "+%Y-%m-%d_%H-%M-%S").tgz"
ZIP_FILE="url-shortener_$(date "+%Y-%m-%d_%H-%M-%S").tgz"
echo $ZIP_FILE
CUR_DIR=$(pwd)
mkdir -p /tmp/url-shortener