Skip to content

Commit e9a0f55

Browse files
committed
Remove ono stuff
1 parent 437d43c commit e9a0f55

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ build_osx_runtime:
2222
- darwin
2323
script:
2424
- git submodule update --init --recursive
25-
- echo -e "[auth]\nono.schemes=https\nono.prefix=ono.unity3d.com\nono.username=$GITLAB_UNITY_META_ONO_USER\nono.password=$GITLAB_UNITY_META_ONO_PASS\n" >> ~/.hgrc
2625
- chmod +x external/buildscripts/bee
2726
- cd external/buildscripts
2827
- ./bee
@@ -45,7 +44,6 @@ build_osx_classlibs:
4544
- darwin
4645
script:
4746
- git submodule update --init --recursive
48-
- echo -e "[auth]\nono.schemes=https\nono.prefix=ono.unity3d.com\nono.username=$GITLAB_UNITY_META_ONO_USER\nono.password=$GITLAB_UNITY_META_ONO_PASS\n" >> ~/.hgrc
4947
- chmod +x external/buildscripts/bee
5048
- cd external/buildscripts
5149
- ./bee
@@ -68,7 +66,6 @@ build_android:
6866
- darwin
6967
script:
7068
- git submodule update --init --recursive
71-
- echo -e "[auth]\nono.schemes=https\nono.prefix=ono.unity3d.com\nono.username=$GITLAB_UNITY_META_ONO_USER\nono.password=$GITLAB_UNITY_META_ONO_PASS\n" >> ~/.hgrc
7269
- chmod +x external/buildscripts/bee
7370
- cd external/buildscripts
7471
- ./bee
@@ -154,7 +151,6 @@ build_linux_x64:
154151
- linux
155152
script:
156153
- git submodule update --init --recursive
157-
- echo -e "[auth]\nono.schemes=https\nono.prefix=ono.unity3d.com\nono.username=$GITLAB_UNITY_META_ONO_USER\nono.password=$GITLAB_UNITY_META_ONO_PASS\n" >> ~/.hgrc
158154
- chmod +x external/buildscripts/bee
159155
- cd external/buildscripts
160156
- ./bee
@@ -177,7 +173,6 @@ build_linux_x86:
177173
- linux
178174
script:
179175
- git submodule update --init --recursive
180-
- echo -e "[auth]\nono.schemes=https\nono.prefix=ono.unity3d.com\nono.username=$GITLAB_UNITY_META_ONO_USER\nono.password=$GITLAB_UNITY_META_ONO_PASS\n" >> ~/.hgrc
181176
- chmod +x external/buildscripts/bee
182177
- cd external/buildscripts
183178
- ./bee

0 commit comments

Comments
 (0)