mirror of
https://github.com/gaoyifan/china-operator-ip.git
synced 2025-07-14 21:32:27 +08:00
TravisCI: set arch = s390x
This commit is contained in:
parent
594bb43ac2
commit
436ee6522f
@ -1,4 +1,5 @@
|
|||||||
sudo: required
|
os: linux
|
||||||
|
arch: s390x
|
||||||
dist: bionic
|
dist: bionic
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
@ -5,7 +5,6 @@ set -e
|
|||||||
source common.sh
|
source common.sh
|
||||||
set -e
|
set -e
|
||||||
[[ $SKIP_DATA_PREPARATION != true ]] && prepare_data
|
[[ $SKIP_DATA_PREPARATION != true ]] && prepare_data
|
||||||
reset
|
|
||||||
mkdir -p result
|
mkdir -p result
|
||||||
for file in operator/*.conf; do
|
for file in operator/*.conf; do
|
||||||
operator=${file%.*}
|
operator=${file%.*}
|
||||||
|
Loading…
Reference in New Issue
Block a user