diff options
author | Micah <micah@leap.se> | 2016-07-14 10:01:53 -0400 |
---|---|---|
committer | Micah <micah@leap.se> | 2016-07-14 10:01:53 -0400 |
commit | 7220d5136022b1ef88579a78f6d70a0265bb4b18 (patch) | |
tree | b19f1f0f1718de69f57efec0936780ff129e9d27 /.gitlab-ci.yml | |
parent | 50d30b2aa77efc304f0cc5e4f6f561a8e770986b (diff) |
Remove submodule command from .gitlab-ci.yml
Change-Id: I649b8d951e46d768e1d085d53442c1484bce931e
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 462d39f0..ccbbc70e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,6 @@ before_script: - echo 'Running global before_script' - bundle install --path vendor/bundle --jobs $(nproc) "${FLAGS[@]}" - - git submodule update --init stages: - syntax |