mirror of
http://124.126.16.154:8888/singularity/hdk-pay.git
synced 2026-01-15 03:55:07 +08:00
6 lines
163 B
Bash
Executable File
6 lines
163 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
docker run --rm -it \
|
|
-v $(pwd):/app -e "GIT_AUTHOR_NAME=ch4o5" -e "EMAIL=dongyun.li@luxcreo.ai" \
|
|
detouched/standard-version:latest $1
|