Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
ci: docker: Undo use interactive container
Browse files Browse the repository at this point in the history
Resolves the problem of using inside docker in workflow action.

Signed-off-by: Maxim Polyakov <[email protected]>
  • Loading branch information
maxpoliak committed Nov 1, 2021
1 parent fb078e3 commit a83cd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ci-build-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CNT_IMAGE="rtems-builder"

docker build --tag ${CNT_IMAGE} --build-arg UID=${UID} ${THIS_DIR}
exec docker run \
--interactive --tty --rm --init \
--rm --init \
--volume ${ROOT_DIR}:/src \
--workdir /src \
${CNT_IMAGE} \
Expand Down

0 comments on commit a83cd95

Please sign in to comment.