diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2018-03-06 16:14:19 -0300 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2018-03-06 16:14:19 -0300 |
commit | 5589db49470160c9359061a5d2c6a0f4df0409bd (patch) | |
tree | 0fe13e21e45e2fb7e4029b00329f396907e35fac | |
parent | b1b9a9bdaf04c5f29b0b43c99e6aeb200c96952b (diff) | |
download | gitlab-ce-docs-article-devops-gamedev.tar.gz |
better headerdocs-article-devops-gamedev
-rw-r--r-- | doc/ci/examples/devops_and_game_dev_with_gitlab_ci_cd/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/examples/devops_and_game_dev_with_gitlab_ci_cd/index.md b/doc/ci/examples/devops_and_game_dev_with_gitlab_ci_cd/index.md index c9167958189..bfc8558a580 100644 --- a/doc/ci/examples/devops_and_game_dev_with_gitlab_ci_cd/index.md +++ b/doc/ci/examples/devops_and_game_dev_with_gitlab_ci_cd/index.md @@ -349,7 +349,7 @@ test: - built/ ``` -### Run +### Run your CI/CD pipeline That's it! Add all your new files, commit, and push. For a reference of what our repo should look like at this point, please refer to the [final commit related to this article on my sample repository](https://gitlab.com/blitzgren/gitlab-game-demo/commit/8b36ef0ecebcf569aeb251be4ee13743337fcfe2). |