fix: put docker invocation in expression block

This commit is contained in:
John Olheiser 2023-02-24 02:14:47 +08:00
parent b00b104713
commit 1384f0584d
1 changed files with 1 additions and 1 deletions

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) .`