Skip to content

Commit

Permalink
Merge pull request #12 from FriendsOfREDAXO/schuer-update
Browse files Browse the repository at this point in the history
update package versions
  • Loading branch information
schuer authored Dec 28, 2023
2 parents 96ddfb0 + 493bfd4 commit 7a2a9a1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion images/base/custom-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -euo pipefail

cd /var/www/html

php redaxo/bin/console install:download -q demo_base 3.0.1
php redaxo/bin/console install:download -q demo_base 3.1.0
php redaxo/bin/console package:install -q demo_base
php redaxo/bin/console cache:clear -q
php redaxo/bin/console demo_base:install -q -y
Expand Down
2 changes: 1 addition & 1 deletion images/community/custom-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -euo pipefail

cd /var/www/html

php redaxo/bin/console install:download -q demo_community 4.0.2
php redaxo/bin/console install:download -q demo_community 4.1.2
php redaxo/bin/console package:install -q demo_community
php redaxo/bin/console cache:clear -q
php redaxo/bin/console demo_community:install -q -y
Expand Down
2 changes: 1 addition & 1 deletion images/onepage/custom-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -euo pipefail

cd /var/www/html

php redaxo/bin/console install:download -q demo_onepage 1.7.2
php redaxo/bin/console install:download -q demo_onepage 1.8.0
php redaxo/bin/console package:install -q demo_onepage
php redaxo/bin/console cache:clear -q
php redaxo/bin/console demo_onepage:install -q -y
Expand Down
6 changes: 3 additions & 3 deletions source/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ images:
- name: "base"
tags: ["base"]
package-name: "demo_base"
package-version: "3.0.1"
package-version: "3.1.0"
- name: "community"
tags: ["community"]
package-name: "demo_community"
package-version: "4.0.2"
package-version: "4.1.2"
- name: "onepage"
tags: ["onepage"]
package-name: "demo_onepage"
package-version: "1.7.2"
package-version: "1.8.0"

0 comments on commit 7a2a9a1

Please sign in to comment.