Skip to content

Commit dae7431

Browse files
replace old maven URL with new maven URL that supports Flyway 11+
1 parent d953265 commit dae7431

File tree

17 files changed

+17
-17
lines changed

17 files changed

+17
-17
lines changed

Azure/Azure-Devops-Self-Hosted-Windows-Agent/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ADO-self-hosted-pipeline
22

33
# This is the default pipeline for a self-hosted Windows agent on Azure Devops.
44

5-
# Install flyway cli on agent, add flyway to PATH: https://download.red-gate.com/maven/release/org/flywaydb/enterprise/flyway-commandline
5+
# Install flyway cli on agent, add flyway to PATH: https://download.red-gate.com/maven/release/com/redgate/flyway/flyway-commandline
66
# Install python3 on agent and add pip to PATH if staticCodeAnalysis is set to true
77
# Make sure this file is in the same directory as the migrations folder of the Flyway Enterprise project.
88
# Provision a dev, shadow, build databases, as well as any target environments that need to be created: https://documentation.red-gate.com/fd/proof-of-concept-checklist-152109292.html

Azure/Azure-Templatized-YML-Pipeline/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CLI versions can be downloaded here: https://download.red-gate.com/maven/release/org/flywaydb/enterprise/flyway-commandline
1+
CLI versions can be downloaded here: https://download.red-gate.com/maven/release/com/redgate/flyway/flyway-commandline
22

33
Instructions on usage here: https://www.red-gate.com/hub/university/courses/flyway/flyway-desktop-enterprise-implementation/preparing-for-the-poc/proof-of-concept
44

Azure/Azure-Templatized-YML-Pipeline/flyway-10.18/templates/InstallFlywayWindows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $flywayVersion = '10.17.3'
66

77
#Flyway URL to download CLI
88

9-
$Url = "https://download.red-gate.com/maven/release/org/flywaydb/enterprise/flyway-commandline/$flywayVersion/flyway-commandline-$flywayVersion-windows-x64.zip"
9+
$Url = "https://download.red-gate.com/maven/release/com/redgate/flyway/flyway-commandline/$flywayVersion/flyway-commandline-$flywayVersion-windows-x64.zip"
1010

1111
#Insert path for downloaded files
1212

Azure/Azure-Templatized-YML-Pipeline/flyway-10.18/templates/build-windows-install-fw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ stages:
2323
- group: redgate_global_vars
2424
steps:
2525
- bash: |
26-
wget -q https://download.red-gate.com/maven/release/org/flywaydb/enterprise/flyway-commandline/9.22.3/flyway-commandline-9.22.3-linux-x64.tar.gz
26+
wget -q https://download.red-gate.com/maven/release/com/redgate/flyway/flyway-commandline/9.22.3/flyway-commandline-9.22.3-linux-x64.tar.gz
2727
tar -xzf flyway-commandline-9.22.3-linux-x64.tar.gz -C /opt
2828
if [[ ! -L "/usr/local/bin/flyway" ]]
2929
then

Azure/Azure-Templatized-YML-Pipeline/flyway-10.20.1+/templates/InstallFlywayWindows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $flywayVersion = '10.17.3'
66

77
#Flyway URL to download CLI
88

9-
$Url = "https://download.red-gate.com/maven/release/org/flywaydb/enterprise/flyway-commandline/$flywayVersion/flyway-commandline-$flywayVersion-windows-x64.zip"
9+
$Url = "https://download.red-gate.com/maven/release/com/redgate/flyway/flyway-commandline/$flywayVersion/flyway-commandline-$flywayVersion-windows-x64.zip"
1010

1111
#Insert path for downloaded files
1212

Azure/Azure-Templatized-YML-Pipeline/flyway-10.20.1+/templates/build-windows-install-fw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ stages:
2323
- group: redgate_global_vars
2424
steps:
2525
- bash: |
26-
wget -q https://download.red-gate.com/maven/release/org/flywaydb/enterprise/flyway-commandline/9.22.3/flyway-commandline-9.22.3-linux-x64.tar.gz
26+
wget -q https://download.red-gate.com/maven/release/com/redgate/flyway/flyway-commandline/9.22.3/flyway-commandline-9.22.3-linux-x64.tar.gz
2727
tar -xzf flyway-commandline-9.22.3-linux-x64.tar.gz -C /opt
2828
if [[ ! -L "/usr/local/bin/flyway" ]]
2929
then

Azure/Azure-Templatized-YML-Pipeline/flyway-10.4/templates/InstallFlywayWindows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $flywayVersion = '10.17.3'
66

77
#Flyway URL to download CLI
88

9-
$Url = "https://download.red-gate.com/maven/release/org/flywaydb/enterprise/flyway-commandline/$flywayVersion/flyway-commandline-$flywayVersion-windows-x64.zip"
9+
$Url = "https://download.red-gate.com/maven/release/com/redgate/flyway/flyway-commandline/$flywayVersion/flyway-commandline-$flywayVersion-windows-x64.zip"
1010

1111
#Insert path for downloaded files
1212

Azure/Azure-Templatized-YML-Pipeline/flyway-10.4/templates/build-windows-install-fw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ stages:
2323
- group: redgate_global_vars
2424
steps:
2525
- bash: |
26-
wget -q https://download.red-gate.com/maven/release/org/flywaydb/enterprise/flyway-commandline/9.22.3/flyway-commandline-9.22.3-linux-x64.tar.gz
26+
wget -q https://download.red-gate.com/maven/release/com/redgate/flyway/flyway-commandline/9.22.3/flyway-commandline-9.22.3-linux-x64.tar.gz
2727
tar -xzf flyway-commandline-9.22.3-linux-x64.tar.gz -C /opt
2828
if [[ ! -L "/usr/local/bin/flyway" ]]
2929
then

Azure/Azure-Templatized-YML-Pipeline/flyway-11/templates/InstallFlywayWindows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $flywayVersion = '10.17.3'
66

77
#Flyway URL to download CLI
88

9-
$Url = "https://download.red-gate.com/maven/release/org/flywaydb/enterprise/flyway-commandline/$flywayVersion/flyway-commandline-$flywayVersion-windows-x64.zip"
9+
$Url = "https://download.red-gate.com/maven/release/com/redgate/flyway/flyway-commandline/$flywayVersion/flyway-commandline-$flywayVersion-windows-x64.zip"
1010

1111
#Insert path for downloaded files
1212

Azure/Azure-Templatized-YML-Pipeline/flyway-11/templates/build-windows-install-fw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ stages:
2323
- group: redgate_global_vars
2424
steps:
2525
- bash: |
26-
wget -q https://download.red-gate.com/maven/release/org/flywaydb/enterprise/flyway-commandline/9.22.3/flyway-commandline-9.22.3-linux-x64.tar.gz
26+
wget -q https://download.red-gate.com/maven/release/com/redgate/flyway/flyway-commandline/9.22.3/flyway-commandline-9.22.3-linux-x64.tar.gz
2727
tar -xzf flyway-commandline-9.22.3-linux-x64.tar.gz -C /opt
2828
if [[ ! -L "/usr/local/bin/flyway" ]]
2929
then

0 commit comments

Comments
 (0)