Skip to content
Snippets Groups Projects
Commit aa69c528 authored by Robert Schilling's avatar Robert Schilling
Browse files

Merge pull request #117 from MarbolanGos/master

Deleted port 3000 in example
parents 96cae5ee a062fc6e
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