Skip to content

Commit

Permalink
refactor: Incorporate 2.4.3 version of The common Ansible project tem…
Browse files Browse the repository at this point in the history
…plate(CD fixes)

Fix external Ansible resource not injected into the GitLab release archive.

Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
  • Loading branch information
brlin-tw committed Sep 25, 2024
1 parent 9c9672b commit d97749c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ generate-build-artifacts:
- ./continuous-integration/generate-build-artifacts.install-system-deps.sh
- ./continuous-integration/generate-build-artifacts.sh

variables:
# Ensures that existing file permissions are respected when GitLab Runner clones the project.
# This allows ansible-galaxy to load the Ansible configuration file in the project directory.
# https://gitlab.com/gitlab-org/gitlab-runner/-/issues/1736
FF_DISABLE_UMASK_FOR_DOCKER_EXECUTOR: "true"

upload-release-assets:
stage: deploy
rules:
Expand Down

0 comments on commit d97749c

Please sign in to comment.