fixed issue #8
This commit is contained in:
parent
8bc9722fd3
commit
9fd0f0461f
3 changed files with 5 additions and 5 deletions
|
@ -72,7 +72,7 @@ image: go1.2 # same as bradrydzewski/go:1.2
|
|||
Here is a list of our official images:
|
||||
|
||||
```sh
|
||||
# these are the base images for all Drone containers.
|
||||
# these two are base images. all Drone images are built on top of these
|
||||
# these are BIG (~3GB) so make sure you have a FAST internet connection
|
||||
docker pull bradrydzewski/ubuntu
|
||||
docker pull bradrydzewski/base
|
||||
|
|
|
@ -14,8 +14,8 @@
|
|||
<div class="row">
|
||||
<div class="col-xs-3">
|
||||
<ul class="nav nav-pills nav-stacked">
|
||||
<li class="active"><a href="/github.com/drone/drone/settings">GitHub</a></li>
|
||||
<li><a href="/github.com/drone/drone/secure">Bitbucket <small>(coming soon)</small></a></li>
|
||||
<li class="active"><a href="/new/github.com">GitHub</a></li>
|
||||
<li><a href="/new/bitbucket.org">Bitbucket <small>(coming soon)</small></a></li>
|
||||
</div><!-- ./col-xs-3 -->
|
||||
|
||||
<div class="col-xs-9" role="main">
|
||||
|
|
|
@ -14,8 +14,8 @@
|
|||
<div class="row">
|
||||
<div class="col-xs-3">
|
||||
<ul class="nav nav-pills nav-stacked">
|
||||
<li class="active"><a href="/github.com/drone/drone/settings">GitHub</a></li>
|
||||
<li><a href="/github.com/drone/drone/secure">Bitbucket <small>(coming soon)</small></a></li>
|
||||
<li class="active"><a href="/new/github.com">GitHub</a></li>
|
||||
<li><a href="/new/bitbucket.org">Bitbucket <small>(coming soon)</small></a></li>
|
||||
</div><!-- ./col-xs-3 -->
|
||||
|
||||
<div class="col-xs-9" role="main">
|
||||
|
|
Loading…
Reference in a new issue