remove references for deprecated dockerfiles and deployment styles (#9675)

This commit is contained in:
Harshavardhana
2020-05-22 08:40:59 -07:00
committed by GitHub
parent 7d79c723e5
commit e45c90060f
16 changed files with 17 additions and 745 deletions

View File

@@ -29,7 +29,7 @@ jobs:
env:
CGO_ENABLED: 0
GO111MODULE: on
SIMPLE_CI: 1
MINIO_CI_CD: 1
run: |
go build --ldflags="-s -w" -o %GOPATH%\bin\minio.exe
go test -v --timeout 50m ./...
@@ -38,7 +38,7 @@ jobs:
env:
CGO_ENABLED: 0
GO111MODULE: on
SIMPLE_CI: 1
MINIO_CI_CD: 1
run: |
sudo apt-get install devscripts shellcheck
make