File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ maintainers.
1212Instructions for creating a pull mirror can be found at
1313https://docs.gitlab.com/user/project/repository/mirror/pull/ . You can choose
1414to pull selected branches or all branches. For AMReX, this choice does not
15- matter since we only have one active branch. However, for repoositories with
15+ matter since we only have one active branch. However, for repositories with
1616many active branches, pulling all branches may trigger CI jobs on every
1717activity.
1818
@@ -52,7 +52,7 @@ Variables`. The app ID isn't a secret. So you can store it as clear text. In
5252fact, GitLab does not allow 7-digit masked variables anyway. The
5353installation ID is also not sensitive, but nevertheless we stored it as
5454protected and masked. The private key is a secret that must be protected and
55- masked. We also diabled "Expand" for all of these variables because the CI
55+ masked. We also disabled "Expand" for all of these variables because the CI
5656script doesn't need variable expansion. GitLab seems to have a bug that
5757prevents saving the private key as a multi-line value, and saving it as a
5858file didn't work either. So we encoded it with ` base64 -w0 ` to turn it into
You can’t perform that action at this time.
0 commit comments