This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


The following commit(s) were added to refs/heads/develop by this push:
     new e2c755a6c Change location of CI asstets for release scripts
e2c755a6c is described below

commit e2c755a6cf8cd73a158198f3e404029d633810c5
Author: Yishay Weiss <[email protected]>
AuthorDate: Sun Feb 5 15:54:18 2023 +0200

    Change location of CI asstets for release scripts
---
 compiler-build-tools/releasesteps.xml | 2 +-
 releasesteps.xml                      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/compiler-build-tools/releasesteps.xml 
b/compiler-build-tools/releasesteps.xml
index 9e1ac2ee5..59c30b7ad 100644
--- a/compiler-build-tools/releasesteps.xml
+++ b/compiler-build-tools/releasesteps.xml
@@ -125,7 +125,7 @@
     </target>
     
     <target name="download-artifacts" if="artifactfolder">
-        <get 
src="http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_Compiler_Build_Tools_Release_Step_002/lastSuccessfulBuild/artifact/*zip*/archive.zip";
 dest="${artifactfolder}/archive.zip" />
+        <get 
src="http://apacheroyale.francecentral.cloudapp.azure.com:8080/job/Royale_Compiler_Build_Tools_Release_Step_002/lastSuccessfulBuild/artifact/*zip*/archive.zip";
 dest="${artifactfolder}/archive.zip" />
     </target>
 
     <target name="unzip-artifacts" if="artifactfolder">
diff --git a/releasesteps.xml b/releasesteps.xml
index f45f8cb1c..b3f23f88e 100644
--- a/releasesteps.xml
+++ b/releasesteps.xml
@@ -120,12 +120,12 @@
     </target>
     
     <target name="download-artifacts-utils" if="utils">
-        <get 
src="http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_Release_Step_002a_if_utils/lastSuccessfulBuild/artifact/*zip*/archive.zip";
 dest="${artifactfolder}/archive_utils.zip" />
+        <get 
src="http://apacheroyale.francecentral.cloudapp.azure.com:8080/job/Royale_Release_Step_002a_if_utils/lastSuccessfulBuild/artifact/*zip*/archive.zip";
 dest="${artifactfolder}/archive_utils.zip" />
     </target>
     
     <target name="download-artifacts" if="artifactfolder">
         <antcall target="download-artifacts-utils" />
-        <get 
src="http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_Release_Step_003/lastSuccessfulBuild/artifact/*zip*/archive.zip";
 dest="${artifactfolder}/archive.zip" />
+        <get 
src="http://apacheroyale.francecentral.cloudapp.azure.com:8080/job/Royale_Release_Step_003/lastSuccessfulBuild/artifact/*zip*/archive.zip";
 dest="${artifactfolder}/archive.zip" />
     </target>
 
     <target name="unzip-artifacts-utils" if="utils">

Reply via email to