Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
(SDI-2036) Fix s3 output path to snap
Browse files Browse the repository at this point in the history
We need a minor change so the s3 sub diretory is snap instead of
snap/snap.
  • Loading branch information
nanliu committed Oct 5, 2016
1 parent 36fd32f commit 460eb92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -41,7 +41,7 @@ deploy:
bucket: snap.ci.snap-telemetry.io
region: us-west-2
skip_cleanup: true
local-dir: s3
local-dir: s3/snap
upload-dir: snap
acl: public_read
on:
Expand Down
5 changes: 2 additions & 3 deletions mgmt/rest/rest_v1_test.go
Expand Up @@ -41,13 +41,12 @@ import (
"github.com/intelsdi-x/snap/core/cdata"
"github.com/intelsdi-x/snap/core/ctypes"
"github.com/intelsdi-x/snap/mgmt/rest/fixtures"
"github.com/intelsdi-x/snap/plugin/helper"
)

var (
LOG_LEVEL = log.WarnLevel
SNAP_PATH = os.ExpandEnv(os.Getenv("SNAP_PATH"))
MOCK_PLUGIN_PATH1 = SNAP_PATH + "/plugin/snap-plugin-collector-mock1"
MOCK_TASK_PATH1 = SNAP_PATH + "/tasks/snap-task-collector-mock1"
MOCK_PLUGIN_PATH1 = helper.PluginFilePath("snap-plugin-collector-mock1")
)

type restAPIInstance struct {
Expand Down

0 comments on commit 460eb92

Please sign in to comment.