Skip to content

Commit 543e27b

Browse files
committed
Move GitLab CI files to .gitlab
1 parent ad00b0c commit 543e27b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.gitlab-ci/main.yml renamed to .gitlab/ci/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ Ubuntu Bionic:
6262
stage: Platform Tests
6363
trigger:
6464
strategy: depend
65-
include: '/.gitlab-ci/ubuntu-bionic.yml'
65+
include: '/.gitlab/ci/ubuntu-bionic.yml'
6666

6767
Ubuntu Xenial:
6868
stage: Platform Tests
6969
trigger:
7070
strategy: depend
71-
include: '/.gitlab-ci/ubuntu-xenial.yml'
71+
include: '/.gitlab/ci/ubuntu-xenial.yml'
File renamed without changes.

.gitlab-ci/ubuntu-bionic.yml renamed to .gitlab/ci/ubuntu-bionic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include: '/.gitlab-ci/test-template.yml'
1+
include: '/.gitlab/ci/test-template.yml'
22

33
swift 5.0:
44
extends: .unit-test

.gitlab-ci/ubuntu-xenial.yml renamed to .gitlab/ci/ubuntu-xenial.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include: '/.gitlab-ci/test-template.yml'
1+
include: '/.gitlab/ci/test-template.yml'
22

33
swift 5.0:
44
extends: .unit-test

0 commit comments

Comments
 (0)