Skip to content

Commit 764f57f

Browse files
authored
Merge pull request #1102 from Unity-Technologies/set-exe-bit
Set exe bit on bee
2 parents b808f84 + 87c2158 commit 764f57f

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ build_osx_runtime:
3333
- PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin
3434
script:
3535
- git submodule update --init --recursive
36-
- chmod +x external/buildscripts/bee
3736
- cd external/buildscripts
3837
- ./bee
3938
- cd ../..
@@ -66,7 +65,6 @@ build_osx_classlibs:
6665
- PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin
6766
script:
6867
- git submodule update --init --recursive
69-
- chmod +x external/buildscripts/bee
7068
- cd external/buildscripts
7169
- ./bee
7270
- cd ../..
@@ -103,7 +101,6 @@ build_android:
103101
- PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin
104102
script:
105103
- git submodule update --init --recursive
106-
- chmod +x external/buildscripts/bee
107104
- cd external/buildscripts
108105
- ./bee
109106
- cd ../..
@@ -188,7 +185,6 @@ build_linux_x64:
188185
- linux
189186
script:
190187
- git submodule update --init --recursive
191-
- chmod +x external/buildscripts/bee
192188
- cd external/buildscripts
193189
- ./bee
194190
- cd ../..
@@ -210,7 +206,6 @@ build_linux_x86:
210206
- linux
211207
script:
212208
- git submodule update --init --recursive
213-
- chmod +x external/buildscripts/bee
214209
- cd external/buildscripts
215210
- ./bee
216211
- cd ../..

external/buildscripts/bee

100644100755
File mode changed.

0 commit comments

Comments
 (0)