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

Remove Bazel #242

Merged
merged 1 commit into from
Jun 12, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
out/*
bazel-*
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,5 @@ services:

go_import_path: github.com/GoogleContainerTools/container-diff

addons:
apt:
sources:
- sourceline: 'deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8'
key_url: 'https://storage.googleapis.com/bazel-apt/doc/apt-key.pub.gpg'
packages:
- bazel


script:
- travis_wait make test integration
28 changes: 0 additions & 28 deletions BUILD

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ FROM golang:1.9
RUN apt-get update && apt-get install make
RUN mkdir -p /go/src/github.com/GoogleContainerTools/
RUN ln -s /workspace /go/src/github.com/GoogleContainerTools/container-diff
WORKDIR /go/src/github.com/GoogleContainerTools/container-diff
WORKDIR /go/src/github.com/GoogleContainerTools/container-diff
15 changes: 0 additions & 15 deletions WORKSPACE

This file was deleted.

41 changes: 0 additions & 41 deletions cmd/BUILD.bazel

This file was deleted.

9 changes: 0 additions & 9 deletions cmd/util/output/BUILD.bazel

This file was deleted.

46 changes: 0 additions & 46 deletions differs/BUILD.bazel

This file was deleted.

70 changes: 0 additions & 70 deletions docker_diff.bzl

This file was deleted.

22 changes: 0 additions & 22 deletions pkg/util/BUILD.bazel

This file was deleted.

9 changes: 0 additions & 9 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,3 @@ if [[ ! -z ${files} ]]; then
echo "Boilerplate missing in: ${files}."
exit 1
fi

if [ ! "$(git status --porcelain)" ]; then
# Check gazelle if everything is up to date.
bazel run //:gazelle
if [ "$(git status --porcelain)" ]; then
echo "BUILD files out of date. Run 'bazel run //:gazelle' to update them."
exit 1
fi
fi
37 changes: 0 additions & 37 deletions util/BUILD.bazel

This file was deleted.

8 changes: 0 additions & 8 deletions version/BUILD.bazel

This file was deleted.