Put docker invocation in expression block #18

Merged
techknowlogick merged 1 commits from jolheiser-patch-1 into main 2023-02-23 18:31:10 +00:00
Showing only changes of commit 1384f0584d - Show all commits

View File

@ -11,4 +11,4 @@ A docker image for Gitea ci test
In order to run from within a development environment at the root of the gitea repository with a command such as `docker run --volume $(pwd):/drone/src --workdir /drone/src --user gitea mytestenv ...` the id of the gitea user must match the id of the development environment.
- docker build --tag mytestenv --build-arg GITEA_ID=$(id -u) --build-arg GITEA_GID=$(id -g) .
- `docker build --tag mytestenv --build-arg GITEA_ID=$(id -u) --build-arg GITEA_GID=$(id -g) .`