diff options
| author | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-01-21 02:19:17 +0000 |
|---|---|---|
| committer | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-01-21 02:19:17 +0000 |
| commit | 429b55227e0c9b5fba05c89e02ed39953ba4589b (patch) | |
| tree | 03e3ff5f7e538f17a35326b7e860d670e57f0c65 /.gitlab-ci.yml | |
| parent | de02724219c72c6f1deb358c934d05a2e5e9f5c7 (diff) | |
Fix tags in .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7eb815e..c3bff371 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,10 +5,10 @@ before_script: - qmake --version - ./scripts/configure_ubuntu.sh -build ubuntu x86_64: +build linux x86_64: stage: build tags: - - ubuntu + - linux - x86_64 script: - qmake @@ -18,7 +18,7 @@ build ubuntu x86_64: deploy: stage: deploy tags: - - ubuntu + - linux - x86_64 script: - mkdir artifact |
