Skip to content

Commit

Permalink
removed biuildkit and refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhatsharma committed Jan 12, 2022
1 parent 96b161f commit f9f53c0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ phases:
- goenv global 1.17.6

- export DOCKER_CLI_EXPERIMENTAL=enabled
- export DOCKER_BUILDKIT=1
# - export DOCKER_BUILDKIT=1
# update npm
- npm install -g npm@latest
build:
Expand Down
2 changes: 1 addition & 1 deletion pkg/core/NewIndex.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package core

import (
"github.com/blugelabs/bluge"
"github.com/prabhatsharma/zinc/directory"
"github.com/prabhatsharma/zinc/pkg/directory"
"github.com/prabhatsharma/zinc/pkg/zutils"
)

Expand Down
File renamed without changes.

0 comments on commit f9f53c0

Please sign in to comment.