updated ci_centos.yaml

pull/2/head
Hari Sekhon 5 years ago
parent 37281ed23b
commit 995383aed9

@ -31,8 +31,6 @@ jobs:
runs-on: ubuntu-latest
container: harisekhon/centos-dev
steps:
# - uses: docker://harisekhon/centos-dev
- uses: actions/checkout@v2
- name: build & test
#run: make build test
run: pwd; cat /.dockerenv; cat /etc/*release; /usr/bin/docker run -ti -v $PWD:/code harisekhon/centos-dev bash -c 'cd /code && make build test'
run: ls -l /.dockerenv; echo "pwd is $PWD"; cat /etc/*release; make build test

Loading…
Cancel
Save