Skip to content

Commit

Permalink
Update reference to spmm-util with workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
SDawley committed Jun 6, 2024
1 parent 6489cbd commit 78f0ba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion product/manifest/get-3rd-party-sources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ DEBUG=0
CLEAN=1 # by default delete intermediate assets to save disk space
phases=" 1 2 3 "
PUBLISH=0 # by default don't publish sources to spmm-util
REMOTE_USER_AND_HOST="devspaces-build@spmm-util.engineering.redhat.com"
REMOTE_USER_AND_HOST="devspaces-build@spmm-util.hosts.prod.psi.bos.redhat.com"

usage ()
{
Expand Down
2 changes: 1 addition & 1 deletion product/util2.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def installRedHatInternalCerts() {
// note that this URL is also in devspaces-chectl/build/scripts/build.sh and devspaces/product/manifest/get-3rd-party-sources.sh
// also mentioned in dsc.groovy and get-3rd-party-sources.groovy
def getStagingHost() {
return "devspaces-build@spmm-util.engineering.redhat.com"
return "devspaces-build@spmm-util.hosts.prod.psi.bos.redhat.com"
}

@Field String defaultFailedEmailRecipients='[email protected]'
Expand Down

0 comments on commit 78f0ba5

Please sign in to comment.