diff options
author | Thomas Haller <thaller@redhat.com> | 2022-03-17 19:02:12 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2022-03-21 17:19:46 +0100 |
commit | d719bab9f7cd745987e6a28dd02a579957cbe97f (patch) | |
tree | c279f196cc329c63447c91a7713132772a05b4bc /.gitlab-ci.yml | |
parent | 0614017ac6a62af05a586910be80deadf5e88e51 (diff) | |
download | NetworkManager-d719bab9f7cd745987e6a28dd02a579957cbe97f.tar.gz |
gitlab-ci: rename "build.sh" script to "run-test.sh"
It's true, that our gitlab-ci test mostly consists of building NetworkManager.
Hence the name of the script was not entirely wrong. But it's not only building.
I think "run-test.sh" is a much better name. Rename.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cc64355104..9e2a2c31fb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,11 +47,11 @@ variables: # # This is done by running `ci-fairy generate-template` and possibly bump # ".default_tag". - FEDORA_TAG: '2022-03-15.0-9d8288d70d58' - UBUNTU_TAG: '2022-03-15.0-c933c3fced1c' - DEBIAN_TAG: '2022-03-15.0-c933c3fced1c' - CENTOS_TAG: '2022-03-15.0-9d8288d70d58' - ALPINE_TAG: '2022-03-15.0-499639d17df6' + FEDORA_TAG: '2022-03-15.0-1c8fb45999e9' + UBUNTU_TAG: '2022-03-15.0-f7d56c5dcd47' + DEBIAN_TAG: '2022-03-15.0-f7d56c5dcd47' + CENTOS_TAG: '2022-03-15.0-1c8fb45999e9' + ALPINE_TAG: '2022-03-15.0-91803105505b' FEDORA_EXEC: 'bash .gitlab-ci/fedora-install.sh' UBUNTU_EXEC: 'bash .gitlab-ci/debian-install.sh' @@ -622,7 +622,7 @@ alpine:latest@container-clean: .build@template: stage: test script: - - .gitlab-ci/build.sh + - .gitlab-ci/run-test.sh dependencies: [] ################################################################# |