Commit c73d4497fdd1d396b5b2e3c57838aa7f0f417c6f
1 parent
1c514868
Exists in
master
and in
13 other branches
Move build-time EE check into a script
Showing
2 changed files
with
3 additions
and
1 deletions
Show diff stats
Makefile
| @@ -25,7 +25,7 @@ remove_json: | @@ -25,7 +25,7 @@ remove_json: | ||
| 25 | find pkg/ -name '*.json' -delete | 25 | find pkg/ -name '*.json' -delete |
| 26 | 26 | ||
| 27 | move_ee_to_secret_dir: | 27 | move_ee_to_secret_dir: |
| 28 | - if (git describe | grep -q -w ee); then \ | 28 | + if support/is_gitlab_ee.sh ; then \ |
| 29 | mv pkg ${SECRET_DIR} \ | 29 | mv pkg ${SECRET_DIR} \ |
| 30 | && mkdir pkg \ | 30 | && mkdir pkg \ |
| 31 | && mv ${SECRET_DIR} pkg/ \ | 31 | && mv ${SECRET_DIR} pkg/ \ |