Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-02-20 17:25:22 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-02-20 17:25:22 +0300
commit7e3eb1d8f1b16fecd0ea456052bb1e69413df807 (patch)
treebcdb4c0f9aa45175b8c7d2906b91f76f6b0dd64d /Rakefile
parent5d193417a3698509b90b9bfc5a8c1d9cf5903aa9 (diff)
Include charts in Dockerfile.single
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index c32e64ce..ce8c342b 100644
--- a/Rakefile
+++ b/Rakefile
@@ -136,14 +136,15 @@ namespace :release do
puts "=> Created new Dockerfile: #{dockerfile}"
# Add and commit new Dockerfile
- `git add Dockerfile.#{version}`
- `git commit -m "Add #{version} Dockerfile"`
+ puts "!! Make sure to change the charts branch in Dockerfile.#{version} !!"
puts
puts "--------------------------------"
puts
- puts "=> You can now push the new branch:"
+ puts "=> You can now add, commit and push the new branch:"
puts
+ puts " git add Dockerfile.#{version}"
+ puts " git commit -m 'Add #{version} Dockerfile'"
puts " git push origin #{version}"
puts
puts "--------------------------------"