Skip to content

Commit

Permalink
Fix packages
Browse files Browse the repository at this point in the history
  • Loading branch information
vrioux authored Apr 23, 2024
1 parent 861b642 commit 1bbf304
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion templates/03-pipelinehelper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ Parameters:
Default: 2
Description: Specifies the minimum number of EC2 instances in the Web Autoscaling Group.
Type: String
MoodleDirectDownloadURL:
Default: "https://download.moodle.org/download.php/direct/stable404/moodle-4.4.tgz"
Description: Specifies the TGZ Moodle direct download URL
Type: String

Conditions:
NumberOfSubnets1:
Expand Down Expand Up @@ -533,7 +537,7 @@ Resources:
mkdir /tmp/moodle/.pipeline
# Get Latest Moodle stable version
wget -O /tmp/moodle.tgz https://download.moodle.org/download.php/stable404/moodle-4.4.tgz
wget -O /tmp/moodle.tgz ${MoodleDirectDownloadURL}
tar -xvzf /tmp/moodle.tgz --strip-components=1 -C /tmp/moodle/
wget -O /tmp/moodle/lib/aws.phar https://docs.aws.amazon.com/aws-sdk-php/v3/download/aws.phar
cd /tmp/moodle
Expand Down

0 comments on commit 1bbf304

Please sign in to comment.