13 lines
384 B
PHP
13 lines
384 B
PHP
<?php
|
|
return array (
|
|
'name' => 'opus_clone_github_by_url',
|
|
'triggers' =>
|
|
array (
|
|
0 => 'opus clone github url',
|
|
),
|
|
'cmd' => 'cd /opt && [ -d $(basename ${REPO_URL%.git}) ] && echo ALREADY_CLONED || sudo git clone --depth=1 ${REPO_URL} 2>&1 | tail -3',
|
|
'status' => 'ACTIVATED',
|
|
'created_at' => '2026-04-23T20:11:38+00:00',
|
|
'source' => 'opus4-autowire-early-v2',
|
|
);
|