summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Busatto <fabio@gitlab.com>2017-08-03 01:23:11 +0000
committerFabio Busatto <fabio@gitlab.com>2017-08-03 01:23:11 +0000
commited5445388de13f1d126fec14cc0a9ea9ae03b397 (patch)
tree1631cea570ab0857a3e9f63033cc0d0b53aaaf2d
parent135e37db6a20b4ee97d7529c5c2636045373812b (diff)
downloadgitlab-ce-ed5445388de13f1d126fec14cc0a9ea9ae03b397.tar.gz
Update index.md
-rw-r--r--doc/articles/how_to_use_gitlab_ci_to_deploy_maven_projects_to_artifactory/index.md2
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 d2061279646..2dba8688a24 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
@@ -129,7 +129,7 @@ Caching the .m2/repository folder (where all the Maven files are stored), and th
by running all Maven phases in a sequential order, therefore, executing `mvn test` will automatically run `mvn compile` if necessary.
Both `build` and `test` jobs leverage the `mvn` command to compile the application and to test it as defined in the test suite that is part of the repository.
-Deploy to Artifactory is done as defined by the secret variables we set up earlier.
+Deploy to Artifactory is done as defined by the secret variables we have just set up.
The deployment occurs only if we're pushing or merging to `master` branch, so that the development versions are tested but not published.
Done! Now you have all the changes in the GitLab repo, and a pipeline has already been started for this commit. In the **Pipelines** tab you can see what's happening.