Skip to content

Commit cf91422

Browse files
committed
fix(task): remove commented-out Odoo image loading steps
1 parent 20842fd commit cf91422

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

task

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,9 @@ start-and-prepare() {
296296
install-chart k8up
297297

298298
#FIXME: This does not work in GitHub runner env.
299-
echo "Load Odoo image."
300-
docker pull mintsystem/odoo:18.0.20260305
301-
load-image mintsystem/odoo:18.0.20260305
299+
# echo "Load Odoo image."
300+
# docker pull mintsystem/odoo:18.0.20260305
301+
# load-image mintsystem/odoo:18.0.20260305
302302
}
303303

304304
load-image() {

0 commit comments

Comments
 (0)