mirror of
https://github.com/gaoyifan/china-operator-ip.git
synced 2025-12-16 22:33:16 +08:00
Reformat code
This commit is contained in:
@@ -6,8 +6,6 @@ addons:
|
||||
packages:
|
||||
- lftp
|
||||
- bgpdump
|
||||
services:
|
||||
- docker
|
||||
language: rust
|
||||
cache:
|
||||
cargo: true
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user