Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Add a "latest" p2 URL for CDT mkdir before copy
Browse files Browse the repository at this point in the history
All the other directories don't need a mkdir first because
the release process of the cooresponding release makes the dir
  • Loading branch information
jonahgraham committed Sep 10, 2021
1 parent 481595c commit 73760bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/promote-files-to-download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ fi

# Rather than putting in infra/coding to make this a fully generic script with parameters,
# just list out what needs to be copied where
$ECHO $SSH mkdir -p "${DOWNLOAD}/releases/latest/"
$ECHO $SCP ./download/releases/latest/* "${SSHUSER}:${DOWNLOAD}/releases/latest/"
$ECHO $SCP ./download/releases/9.7/* "${SSHUSER}:${DOWNLOAD}/releases/9.7/"
$ECHO $SCP ./download/releases/9.8/* "${SSHUSER}:${DOWNLOAD}/releases/9.8/"
Expand Down

0 comments on commit 73760bc

Please sign in to comment.