Skip to content

Commit

Permalink
Migrste from Mergify/CircleCi to Tide/Prow (kubernetes#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
geeknoid authored Jul 26, 2019
1 parent b2c1fd1 commit ac13894
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 36 deletions.
20 changes: 0 additions & 20 deletions .circleci/config.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .mergify.yml

This file was deleted.

5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
img := gcr.io/istio-testing/website-tools:2019-07-25
docker := docker run -e -t -i --sig-proxy=true --rm -v $(shell pwd):/foo -w /foo $(img)

lint:
@$(docker) prow/community-lint.sh
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[![CircleCI](https://circleci.com/gh/istio/community.svg?style=svg)](https://circleci.com/gh/istio/community)
[![Mergify Status](https://gh.mergify.io/badges/istio/community.png?style=cut)](https://mergify.io)

# Istio Community

Welcome to the Istio community!
Expand Down
18 changes: 18 additions & 0 deletions prow/community-lint.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#!/bin/bash

# Copyright 2019 Istio Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

set -e
awesome_bot --skip-save-result --allow-ssl --allow-timeout --allow-dupe --allow-redirect --white-list *.md

0 comments on commit ac13894

Please sign in to comment.