diff options
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 09c50d2..6fb8871 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ # the upstream repo default branch. To force a run when pushing # to a feature branch use # -# git push -o ci.variable=RUN_PIPELINEI=1 ... +# git push -o ci.variable=RUN_PIPELINE=1 ... stages: - containers |