Skip to content
Snippets Groups Projects
Commit a062fc6e authored by MarbolanGos's avatar MarbolanGos
Browse files

Deleted port 3000 in example

Port was deleted since 3000 seems to be no more the default port (maybe old documentation?).
parent ea2e72fd
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -14,7 +14,7 @@ module GitlabCi
def build_config
url = ENV['CI_SERVER_URL']
unless url
puts 'Please enter the gitlab-ci coordinator URL (e.g. http://gitlab-ci.org:3000/ )'
puts 'Please enter the gitlab-ci coordinator URL (e.g. http://gitlab-ci.org/ )'
url = gets.chomp
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment