Skip to content

Dockerfiles: improve readability of user/group creation logic #58

Dockerfiles: improve readability of user/group creation logic

Dockerfiles: improve readability of user/group creation logic #58

Workflow file for this run

name: Test build env
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
- name: Test
shell: 'script -q -e -c "bash {0}"'
run: |
./test/test.sh