diff options
author | Fabio Busatto <fabio@gitlab.com> | 2017-08-03 09:52:12 +0000 |
---|---|---|
committer | Fabio Busatto <fabio@gitlab.com> | 2017-08-03 09:52:12 +0000 |
commit | f38e0d5be0df51870d4a619462dfde53d8afb60e (patch) | |
tree | cb7f41f783b24ea76cce619d3764d1772a5522ea /doc/articles | |
parent | 4a9dd1d0d18cdb5cdb8b7f45d467554efd7e514b (diff) | |
download | gitlab-ce-f38e0d5be0df51870d4a619462dfde53d8afb60e.tar.gz |
Update index.md
Diffstat (limited to 'doc/articles')
-rw-r--r-- | doc/articles/how_to_use_gitlab_ci_to_deploy_maven_projects_to_artifactory/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/articles/how_to_use_gitlab_ci_to_deploy_maven_projects_to_artifactory/index.md b/doc/articles/how_to_use_gitlab_ci_to_deploy_maven_projects_to_artifactory/index.md index 9622b4b0761..c029cb65956 100644 --- a/doc/articles/how_to_use_gitlab_ci_to_deploy_maven_projects_to_artifactory/index.md +++ b/doc/articles/how_to_use_gitlab_ci_to_deploy_maven_projects_to_artifactory/index.md @@ -234,7 +234,7 @@ run: ``` It is very similar to the configuration used for `simple-maven-dep`, but instead of the `deploy` job there is a `run` job. -Probably something that you don't want to use in real projects, but here it is useful to see the application automatically running. +Probably something that you don't want to use in real projects, but here it is useful to see the application executed automatically. And that's it! In the `run` job output log you will find a friendly hello to GitLab! |