aboutsummaryrefslogtreecommitdiff
path: root/devel_tools/ci_container/run.sh
blob: ea01ee13ee548b0fb539e1efeded496b4b954b92 (plain)
1
2
3
4
5
6
7
#!/bin/sh

USER_UID=$(id -u)
USER_GID=$(id -g)

# Intended to run from root directory of the project
docker run -v .:/diff-dd ghcr.io/jansucan/diff-dd-ci $USER_UID $USER_GID "$@"