зеркало из https://github.com/mozilla/mig.git
remove checks for available_modules and agent config compare in travis
These files are not required anymore.
This commit is contained in:
Родитель
ce4ff3c6b8
Коммит
3cdc275c7d
|
@ -31,16 +31,7 @@ script:
|
|||
- mkdir -p "$GOPATH/src/mig.ninja/"
|
||||
- mv "$OLDPATH" "$GOPATH/src/mig.ninja/"
|
||||
- cd "$GOPATH/src/mig.ninja/mig"
|
||||
# the files in conf/ are our default files but we need them to also
|
||||
# exist in the package directory so go get works. make sure the package
|
||||
# specific files match our defaults in conf/ here.
|
||||
- diff mig-agent/configuration.go conf/mig-agent-conf.go.inc
|
||||
- diff mig-agent/available_modules.go conf/available_modules.go
|
||||
- diff mig-loader/configuration.go conf/mig-loader-conf.go.inc
|
||||
- diff client/mig-console/available_modules.go conf/available_modules.go
|
||||
- diff client/mig/available_modules.go conf/available_modules.go
|
||||
# enable all the modules we have for the test
|
||||
- sed -i 's,//_,_,' conf/available_modules.go
|
||||
- make WITHYARA=yes
|
||||
- docker build -t mozilla/mig .
|
||||
- |
|
||||
|
|
Загрузка…
Ссылка в новой задаче