diff options
author | Fedja Beader <fedja@protonmail.ch> | 2024-02-07 22:05:21 +0100 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2024-02-07 22:05:21 +0100 |
commit | 07b1f32ae917e16f7f190f103451e279263f1e63 (patch) | |
tree | 6f385e88a2782bd6bec87ec7171b40a6f9c7ab11 | |
parent | c0d1dee1cfb312099a1491e8d04c8a60986ad532 (diff) | |
download | tmwa-07b1f32ae917e16f7f190f103451e279263f1e63.tar.gz tmwa-07b1f32ae917e16f7f190f103451e279263f1e63.tar.bz2 tmwa-07b1f32ae917e16f7f190f103451e279263f1e63.tar.xz tmwa-07b1f32ae917e16f7f190f103451e279263f1e63.zip |
Wrong spot
-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 4b943b6..b267f30 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,6 @@ variables: &base_vars <<: *base_vars script: - echo "Building TMW Athena $CI_BUILD_NAME" - - locale - git submodule update --init - git fetch -t - printf "Building TMW Athena version %s\n" "$(git describe --tags HEAD)" @@ -60,6 +59,7 @@ re:ubuntu1804:build: <<: *base_vars script: - echo "Building TMW Athena $CI_BUILD_NAME" + - locale - git submodule update --init - git fetch -t - printf "Building TMW Athena version %s\n" "$(git describe --tags HEAD)" |