diff options
author | sfan5 <sfan5@live.de> | 2022-01-16 15:54:08 +0100 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2022-01-16 15:54:08 +0100 |
commit | b02b381af26c792d7f7feaa93198bb7efb2512de (patch) | |
tree | 5b9500b2f410d509f6730506636a670fe1c1e609 /.gitlab-ci.yml | |
parent | b6555ee6aff8cd062034a08f1dbfca9c294cb0c6 (diff) | |
download | minetest-b02b381af26c792d7f7feaa93198bb7efb2512de.tar.gz minetest-b02b381af26c792d7f7feaa93198bb7efb2512de.tar.bz2 minetest-b02b381af26c792d7f7feaa93198bb7efb2512de.zip |
Bump IrrlichtMt to 1.9.0mt4 in CI
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f1079c568..5d2600364 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ stages: - deploy variables: - IRRLICHT_TAG: "1.9.0mt3" + IRRLICHT_TAG: "1.9.0mt4" MINETEST_GAME_REPO: "https://github.com/minetest/minetest_game.git" CONTAINER_IMAGE: registry.gitlab.com/$CI_PROJECT_PATH |