From ed5445388de13f1d126fec14cc0a9ea9ae03b397 Mon Sep 17 00:00:00 2001 From: Fabio Busatto Date: Thu, 3 Aug 2017 01:23:11 +0000 Subject: Update index.md --- .../index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1