Skip to content

Commit

Permalink
Test again with working download link
Browse files Browse the repository at this point in the history
  • Loading branch information
marhode committed Aug 8, 2023
1 parent d7fbf71 commit fecff5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions moodleUpdateCheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ else
if [ ${#minor} -lt 2 ];
then minor=$(printf "%02d" $minor)
fi
#stable_version=$major$minor
stable_version="XXXXXX"
stable_version=$major$minor

#echo "=== Turn off liveness and readiness probe ==="
#helm upgrade --reuse-values --set livenessProbe.enabled=false --set readinessProbe.enabled=false moodle bitnami/moodle --namespace {{ moodle_namespace }}
Expand Down

0 comments on commit fecff5d

Please sign in to comment.