Skip to content

Commit

Permalink
fix(gitlab-ci): Fix Git submodules not included in the release archiv…
Browse files Browse the repository at this point in the history
…e (take 2)

Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
  • Loading branch information
brlin-tw committed Oct 27, 2024
1 parent d356f89 commit 49ccaf2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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
variables:
GIT_SUBMODULE_STRATEGY: recursive

do-static-analysis:
stage: test
rules:
Expand Down Expand Up @@ -46,8 +49,6 @@ upload-release-assets:
stage: deploy
rules:
- if: $CI_COMMIT_TAG
variables:
GIT_SUBMODULE_STRATEGY: recursive
needs:
- generate-build-artifacts
image: curlimages/curl:latest
Expand Down

0 comments on commit 49ccaf2

Please sign in to comment.