diff options
author | heqnx <root@heqnx.com> | 2025-07-12 19:01:01 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-07-12 19:01:01 +0300 |
commit | 79b262d6e75ad3ad7c2522a490446c4b72dc6232 (patch) | |
tree | 4ec39d9322fe41f3d25121fdf242d92e53dea21c | |
parent | 3de09dfe0bbc6373b336ed1bc1612bce0bde88de (diff) | |
download | ansible-active-directory-range-79b262d6e75ad3ad7c2522a490446c4b72dc6232.tar.gz ansible-active-directory-range-79b262d6e75ad3ad7c2522a490446c4b72dc6232.zip |
-rw-r--r-- | .gitlab-ci.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c4ebb04..236b28c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,15 @@ +# source repo .gitlab-ci.yml +# requires a project access token (Project > Settings > Access tokens): +# - TOKEN with read_repository, write_repository; Role: Maintainer +# +# disable protected branch for Maintainer (Project > Settings > Repository): +# - main branch allowed to merge, allowed to push and merge maintainer; allowed to force push on +# +# requires the following gitlab variables (Project > Settings > CI/CD > Variables): +# - REPO_NAME: gitlab.com/<user>/<repo_name> (Protected, Masked, Expanded) +# - SOURCE_REPO: https://cgit.example.com/<repo_name> (Protected, Masked, Expanded) +# - TOKEN: <project access token> (Protected, Masked, Expanded) +# stages: - mirror |