summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@dosire.com>2013-10-02 14:51:13 +0200
committerSytse Sijbrandij <sytse@dosire.com>2013-10-02 14:51:13 +0200
commit3c56f1760fb9377e48e12599f0d1e616fdfb04d3 (patch)
tree5d045fb1e6f94c1c1d40d662d766ce496734e668
parente1f23b3bfbe6951c15f0096965368f33c261d0e4 (diff)
downloadgitlab-ci-3c56f1760fb9377e48e12599f0d1e616fdfb04d3.tar.gz
Do not need a new commit to test.
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index aa523e0..b172513 100644
--- a/README.md
+++ b/README.md
@@ -66,9 +66,9 @@ and
1. Log in the GitLab CI web interface
2. Press the 'Sync now' button
3. Select your project with the 'Add' button
-4. Go the the Integration page and do the 'Complete (as service)' steps
-5. Go to the settings page to add a build script (see below for an example)
-6. Push a new commit to the project
+4. Go to the settings page of the project and add a build script (example given below)
+5. Go the the Integration page and do the 'Complete (as service)' steps, the press 'Test settings'
+6. A new build should become visible on the project page of GitLab CI
7. If the build fails then adjust the build script and press the 'Retry' button on the build page
8. If the build is green you are done, all new commits will be tested and you see the status of merge requests builds within GitLab