1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-13 08:59:44 +01:00

Removed --rm from the container

This commit is contained in:
camer0n 2024-12-18 11:40:23 -08:00
parent 5156628e7e
commit 441ee75e41

View File

@ -25,7 +25,7 @@ jobs:
run: CGO_ENABLED=0 go build -ldflags "-s -w" -o ./salt-bootstrap salt-bootstrap.go run: CGO_ENABLED=0 go build -ldflags "-s -w" -o ./salt-bootstrap salt-bootstrap.go
working-directory: ./e107_tests/lib/ci/salt/ working-directory: ./e107_tests/lib/ci/salt/
- name: Launch test container - name: Launch test container
run: docker run -d -it --rm --name target -v .:/app/ ${{ matrix.operating_system.image }} run: docker run -d -it --name target -v .:/app/ ${{ matrix.operating_system.image }}
- name: Install SaltStack - name: Install SaltStack
run: docker exec target /app/e107_tests/lib/ci/salt/salt-bootstrap onedir run: docker exec target /app/e107_tests/lib/ci/salt/salt-bootstrap onedir
- name: Apply Salt state - name: Apply Salt state