Skip to content
Snippets Groups Projects
Commit 4559f941 authored by Marin Jankovski's avatar Marin Jankovski
Browse files

gitlab pages daemon version can be now set using the release tool.

parent 7d5aa90d
No related branches found
No related tags found
1 merge request!670gitlab pages daemon version can be now set using the release tool.
master
Loading
Loading
@@ -14,10 +14,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
require "#{Omnibus::Config.project_root}/lib/gitlab/version"
version = Gitlab::Version.new("GITLAB_PAGES_VERSION")
name "gitlab-pages"
default_version "v0.2.0"
default_version version.print
 
source :git => "https://gitlab.com/gitlab-org/gitlab-pages.git"
source :git => version.remote
 
build do
# We use the `base_dir`, because the sources are put in `src/gitlab-pages`
Loading
Loading
Loading
Loading
@@ -32,6 +32,8 @@ module Gitlab
"git@dev.gitlab.org:gitlab/gitlab-shell.git"
when "GITLAB_WORKHORSE_VERSION"
"git@dev.gitlab.org:gitlab/gitlab-workhorse.git"
when "GITLAB_PAGES_VERSION"
"https://gitlab.com/gitlab-org/gitlab-pages.git"
else
nil
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