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 arch: s390x
dist: bionic dist: bionic
addons: addons:
apt: apt:
packages: packages:
- lftp - lftp
- bgpdump - bgpdump
services:
- docker
language: rust language: rust
cache: cache:
cargo: true cargo: true

View File

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

View File

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