Skip to content

Commit

Permalink
Change repo
Browse files Browse the repository at this point in the history
  • Loading branch information
dim committed Mar 2, 2017
1 parent 8813665 commit e4e8e60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# drone-s3-cache

[![Go Doc](https://godoc.org/bitbucket.org/bsm/drone-s3-cache?status.svg)](http://godoc.org/bitbucket.org/bsm/drone-s3-cache)
[![Go Doc](https://godoc.org/github.com/bsm/drone-s3-cache?status.svg)](http://godoc.org/github.com/bsm/drone-s3-cache)

Drone plugin for caching artifacts to a S3 bucket. For the
usage information and a listing of the available options please take a look at
Expand Down
2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package: bitbucket.org/bsm/drone-s3-cache
package: github.com/bsm/drone-s3-cache
import:
- package: github.com/Sirupsen/logrus
- package: github.com/aws/aws-sdk-go
Expand Down
2 changes: 1 addition & 1 deletion plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import (
"strings"
"time"

"bitbucket.org/bsm/drone-s3-cache/cache"
"github.com/Sirupsen/logrus"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/credentials"
"github.com/bsm/drone-s3-cache/cache"
)

// Plugin for caching directories to an SFTP server.
Expand Down

0 comments on commit e4e8e60

Please sign in to comment.