Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit 4350bef

Browse files
authored
Merge pull request #242 from nkubala/no_bazel
Remove Bazel
2 parents 340cdd6 + 2cd31ad commit 4350bef

File tree

13 files changed

+1
-296
lines changed

13 files changed

+1
-296
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
out/*
2-
bazel-*

.travis.yml

-9
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,5 @@ services:
99

1010
go_import_path: github.com/GoogleContainerTools/container-diff
1111

12-
addons:
13-
apt:
14-
sources:
15-
- sourceline: 'deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8'
16-
key_url: 'https://storage.googleapis.com/bazel-apt/doc/apt-key.pub.gpg'
17-
packages:
18-
- bazel
19-
20-
2112
script:
2213
- travis_wait make test integration

BUILD

-28
This file was deleted.

Dockerfile.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ FROM golang:1.9
33
RUN apt-get update && apt-get install make
44
RUN mkdir -p /go/src/github.com/GoogleContainerTools/
55
RUN ln -s /workspace /go/src/github.com/GoogleContainerTools/container-diff
6-
WORKDIR /go/src/github.com/GoogleContainerTools/container-diff
6+
WORKDIR /go/src/github.com/GoogleContainerTools/container-diff

WORKSPACE

-15
This file was deleted.

cmd/BUILD.bazel

-41
This file was deleted.

cmd/util/output/BUILD.bazel

-9
This file was deleted.

differs/BUILD.bazel

-46
This file was deleted.

docker_diff.bzl

-70
This file was deleted.

pkg/util/BUILD.bazel

-22
This file was deleted.

test.sh

-9
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,3 @@ if [[ ! -z ${files} ]]; then
4848
echo "Boilerplate missing in: ${files}."
4949
exit 1
5050
fi
51-
52-
if [ ! "$(git status --porcelain)" ]; then
53-
# Check gazelle if everything is up to date.
54-
bazel run //:gazelle
55-
if [ "$(git status --porcelain)" ]; then
56-
echo "BUILD files out of date. Run 'bazel run //:gazelle' to update them."
57-
exit 1
58-
fi
59-
fi

util/BUILD.bazel

-37
This file was deleted.

version/BUILD.bazel

-8
This file was deleted.

0 commit comments

Comments
 (0)