Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #7 from runiq/patch-2
Browse files Browse the repository at this point in the history
prepare.sh: Fix warning
  • Loading branch information
jonasbb committed May 1, 2021
2 parents 0d37f80 + 0f01154 commit f2e6528
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ start_container() {
rm "$CACHE_DIR"/_authfile_"$CONTAINER_ID"
podman run \
--detach \
--interactive \
--tty \
--name "$CONTAINER_ID" \
--volume "$CACHE_DIR:/home/user/cache":Z \
"${PODMAN_RUN_ARGS[@]}" \
Expand Down

0 comments on commit f2e6528

Please sign in to comment.