Reformat code

This commit is contained in:
Yifan Gao 2020-01-01 20:07:01 +08:00
parent 436ee6522f
commit 19e5bd4d17
3 changed files with 5 additions and 9 deletions

View File

@ -2,12 +2,10 @@ os: linux
arch: s390x
dist: bionic
addons:
apt:
packages:
- lftp
- bgpdump
services:
- docker
apt:
packages:
- lftp
- bgpdump
language: rust
cache:
cargo: true

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -ex
set -e
cidr-merger --version || {
curl -sL -o ~/bin/gimme https://raw.githubusercontent.com/travis-ci/gimme/master/gimme

View File

@ -1,9 +1,7 @@
#!/usr/bin/env bash
set -e
source common.sh
set -e
[[ $SKIP_DATA_PREPARATION != true ]] && prepare_data
mkdir -p result
for file in operator/*.conf; do