Skip to content

Commit

Permalink
fix(gitlab-ci): Fix Git submodules not included in the release archive
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
  • Loading branch information
brlin-tw committed Oct 27, 2024
1 parent 86eebdd commit 649f1b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
#
# Copyright 2024 林博仁(Buo-ren Lin) <[email protected]>
# SPDX-License-Identifier: CC-BY-SA-4.0 OR LicenseRef-Apache-2.0-If-Not-Used-In-Template-Projects
variables:
GIT_SUBMODULE_STRATEGY: recursive

do-static-analysis:
stage: test
rules:
Expand Down

0 comments on commit 649f1b7

Please sign in to comment.