Skip to content

Commit

Permalink
Update promoteSites.sh (#955)
Browse files Browse the repository at this point in the history
  • Loading branch information
sravanlakkimsetti committed Mar 13, 2023
1 parent 589dc2b commit ea5bc47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cje-production/promotion/promoteSites.sh
Expand Up @@ -434,6 +434,7 @@ else
export BUILD_LABEL=${BASH_REMATCH[2]}.${BASH_REMATCH[3]}${BASH_REMATCH[4]}
export BUILD_LABEL_EQ=${BASH_REMATCH[2]}.${BASH_REMATCH[3]}${BASH_REMATCH[4]}
export DROP_ID_EQ=$DROP_ID
export REPO_ID=I${BASH_REMATCH[5]}-${BASH_REMATCH[6]}
else
echo -e "\n\tERROR: DROP_ID, ${DROP_ID}, did not match any expected pattern."
exit 1
Expand Down Expand Up @@ -592,7 +593,7 @@ scp -r genie.releng@projects-storage.eclipse.org:${BUILDMACHINE_BASE_EQ}/${DROP_
popd

pushd ${LOCAL_REPO}
scp -r genie.releng@projects-storage.eclipse.org:${BUILDMACHINE_BASE_SITE}/${DROP_ID} .
scp -r genie.releng@projects-storage.eclipse.org:${BUILDMACHINE_BASE_SITE}/${REPO_ID} .
popd

# ### Begins the point of making modifications to the build ###
Expand Down

0 comments on commit ea5bc47

Please sign in to comment.