Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update package versions #12

Merged
merged 2 commits into from
Dec 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"