Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
Various UI improvements.
Commit Description:
Various UI improvements.
stages :
- build
- package
- deploy
build_net461 :
image : mono
stage : build
only :
- schedules
script :
- ./gitlab-ci/build-net461.sh
artifacts :
paths :
- bin/
tags :
- docker
build_netcore :
image : microsoft/dotnet:2.1-sdk
stage : build
only :
- schedules
script :
- ./gitlab-ci/build-netcore.sh
artifacts :
paths :
- bin/
tags :
- docker
package_nuget :
image : mono
stage : package
only :
- schedules
script :
- ./gitlab-ci/package.sh
dependencies :
- build_net461
- build_netcore
artifacts :
paths :
- '*.nupkg'
deploy_nuget :
image : mono
stage : deploy
only :
- schedules
script :
- ./gitlab-ci/deploy.sh
dependencies :
- package_nuget
environment :
name : nuget
url : http://nuget.org/
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings