mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
10 lines
297 B
Desktop File
10 lines
297 B
Desktop File
[Unit]
|
|
Description=Clone openstf/stf %I for armv7l
|
|
After=docker.service
|
|
Requires=docker.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=stf-armv7l
|
|
ExecStart=/usr/bin/rm -rf /home/stf-armv7l/repo-%i
|
|
ExecStart=/usr/bin/git -C /home/stf-armv7l clone --depth 1 -b "%I" https://github.com/openstf/stf.git repo-%i
|