Skip to content

Commit

Permalink
Fixup trailing / in upload-to-staging
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Feb 29, 2024
1 parent 2ef070a commit ea92104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ pipeline {
}
environment {
BUILDING='/home/data/httpd/download.eclipse.org/technology/epp/building/'
STAGING='/home/data/httpd/download.eclipse.org/technology/epp/staging/'
SSHUSER='genie.packaging@projects-storage.eclipse.org'
MAVEN_OPTS='-XX:MaxRAMPercentage=50.0'
}
Expand Down
4 changes: 2 additions & 2 deletions releng/org.eclipse.epp.config/tools/upload-to-staging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ RELEASE_NAME=$(get_property RELEASE_NAME)
RELEASE_MILESTONE=$(get_property RELEASE_MILESTONE)
RELEASE_DIR=$(get_property RELEASE_DIR)
SIMREL_REPO=$(get_property SIMREL_REPO)
BUILDING=${BUILDING:-"/home/data/httpd/download.eclipse.org/technology/epp/building"}
STAGING=${STAGING:-"/home/data/httpd/download.eclipse.org/technology/epp/staging"}
BUILDING="/home/data/httpd/download.eclipse.org/technology/epp/building"
STAGING="/home/data/httpd/download.eclipse.org/technology/epp/staging"

# -------------------------
# Prepare template email with all the correct information
Expand Down

0 comments on commit ea92104

Please sign in to comment.