Skip to content

Commit

Permalink
fix: operation
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrpa committed May 8, 2024
1 parent b04aa61 commit 92acd85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ocs-operator-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: golangci/golangci-lint-action@v3
with:
version: v1.54.2
args: "--out-format=colored-line-number --timeout=6m --skip-dirs='tools/volume-migration' ./..."
args: "--out-format=colored-line-number --timeout=6m ./..."

go-test:
name: go test
Expand Down
1 change: 1 addition & 0 deletions tools/volume-migration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ COPY services/ services/

COPY tools/ tools/

# RUN GOOS="$GOOS" GOARCH="$GOARCH" go test -ldflags "$LDFLAGS" -v -cover ./tools/volume-migration/
RUN GOOS="$GOOS" GOARCH="$GOARCH" go build -ldflags "$LDFLAGS" -tags netgo,osusergo -o volume-migration ./tools/volume-migration/

RUN chmod +x volume-migration
Expand Down

0 comments on commit 92acd85

Please sign in to comment.