summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZ.J. van de Weg <zegerjan@gitlab.com>2016-09-30 13:45:03 +0200
committerZ.J. van de Weg <zegerjan@gitlab.com>2016-09-30 15:13:57 +0200
commit29fa93b09c105571f1cc3ebf545a3a43fe41fd92 (patch)
treeed5d234cb2639f8d64dc1175f9eb9f0f39e8d22c
parenta8383ec4f5b9fe3c16ef6e4b6324f3d6591a4480 (diff)
downloadgitlab-ce-use-custom-ruby-images.tar.gz
Move the images over to dev.gitlab.orguse-custom-ruby-images
-rw-r--r--.gitlab-ci.yml4
-rw-r--r--CHANGELOG2
2 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 177b70c0c5e..5d2fad03f19 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: "registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.3-git-2.7-phantomjs-2.1"
+image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.3-git-2.7-phantomjs-2.1"
cache:
key: "ruby-231"
@@ -140,7 +140,7 @@ spinach 9 10: *spinach-knapsack
# Execute all testing suites against Ruby 2.1
.ruby-21: &ruby-21
- image: "registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.1-git-2.7-phantomjs-2.1"
+ image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.1-git-2.7-phantomjs-2.1"
<<: *use-db
only:
- master
diff --git a/CHANGELOG b/CHANGELOG
index 9df7f9746b2..d95bd633b8d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -14,7 +14,7 @@ v 8.13.0 (unreleased)
- Use a ConnectionPool for Rails.cache on Sidekiq servers
- Only update issuable labels if they have been changed
- Take filters in account in issuable counters. !6496
- - Use custom Ruby images to test builds (registry.gitlab.com/gitlab-org/gitlab-build-images:*)
+ - Use custom Ruby images to test builds (registry.dev.gitlab.org/gitlab/gitlab-build-images:*)
- Revoke button in Applications Settings underlines on hover.
- Fix Long commit messages overflow viewport in file tree
- Revert avoid touching file system on Build#artifacts?