diff options
-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)" |