Use centos7.0 as runtime image so as to ...
challenge the shell script in the most knotty environment that we are willing to provide support.pull/148/head
parent
51ded6c2c8
commit
825b71ca25
|
@ -26,8 +26,13 @@ jobs:
|
||||||
sh_checker_exclude: "LICENSE README.md README.zh-Hans-CN.md"
|
sh_checker_exclude: "LICENSE README.md README.zh-Hans-CN.md"
|
||||||
filed-test:
|
filed-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: centos:centos7.0.1406
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
- name: What OS is running
|
||||||
|
run: uname -a
|
||||||
- name: Run the filed-test
|
- name: Run the filed-test
|
||||||
run: |
|
run: |
|
||||||
sudo bash install-release.sh
|
sudo bash install-release.sh
|
||||||
|
|
Loading…
Reference in New Issue