rad:z2ixRGetGtwFtRyXjRgu5fH573wyy
rad_testdd2ebc8b0d5a8d529f766b35900ab347db9cbe3d
Request message
.radicle/native.yaml
git clone /home/mog/.radicle/storage/z2ixRGetGtwFtRyXjRgu5fH573wyy /mnt/drive_1/state/radicle/reports/http/3332881c-b713-40e7-9a3a-712528b8a827/src
git config advice.detachedHead false
git checkout dd2ebc8b0d5a8d529f766b35900ab347db9cbe3d
git show dd2ebc8b0d5a8d529f766b35900ab347db9cbe3d
timeout 3600 bash -c set -xeuo pipefail
echo hello >> /tmp/itworked
date
echo "<a href=\"https://rldn.net\">rldn.net</a>"
Request message
{ "request": "trigger", "version": 1, "event_type": "push", "repository": { "id": "rad:z2ixRGetGtwFtRyXjRgu5fH573wyy", "name": "rad_test", "description": "hello world", "private": false, "default_branch": "main", "delegates": [ "did:key:z6MkfWmqiRRFTTo4PHqwQHjdmukFuxRPMbh2VespxWpSUvNm" ] }, "pusher": { "id": "did:key:z6MkfWmqiRRFTTo4PHqwQHjdmukFuxRPMbh2VespxWpSUvNm", "alias": "mog" }, "before": "eff8cdfb6af8be3502bb0aa11a0d18cc7acc39a0", "after": "dd2ebc8b0d5a8d529f766b35900ab347db9cbe3d", "branch": "main", "commits": [ "dd2ebc8b0d5a8d529f766b35900ab347db9cbe3d" ] }
.radicle/native.yaml
shell: | echo hello >> /tmp/itworked date echo "<a href=\"https://rldn.net\">rldn.net</a>"
git clone /home/mog/.radicle/storage/z2ixRGetGtwFtRyXjRgu5fH573wyy /mnt/drive_1/state/radicle/reports/http/3332881c-b713-40e7-9a3a-712528b8a827/src
Command arguments:
"git"
"clone"
"/home/mog/.radicle/storage/z2ixRGetGtwFtRyXjRgu5fH573wyy"
"/mnt/drive_1/state/radicle/reports/http/3332881c-b713-40e7-9a3a-712528b8a827/src"
In directory: /home/mog/code
Exit code: 0
Output (stdout and stderr):
Cloning into '/mnt/drive_1/state/radicle/reports/http/3332881c-b713-40e7-9a3a-712528b8a827/src'... done.
git config advice.detachedHead false
Command arguments:
"git"
"config"
"advice.detachedHead"
"false"
In directory: /mnt/drive_1/state/radicle/reports/http/3332881c-b713-40e7-9a3a-712528b8a827/src
Exit code: 0
git checkout dd2ebc8b0d5a8d529f766b35900ab347db9cbe3d
Command arguments:
"git"
"checkout"
"dd2ebc8b0d5a8d529f766b35900ab347db9cbe3d"
In directory: /mnt/drive_1/state/radicle/reports/http/3332881c-b713-40e7-9a3a-712528b8a827/src
Exit code: 0
Output (stdout and stderr):
HEAD is now at dd2ebc8 trying some stuff
git show dd2ebc8b0d5a8d529f766b35900ab347db9cbe3d
Command arguments:
"git"
"show"
"dd2ebc8b0d5a8d529f766b35900ab347db9cbe3d"
In directory: /mnt/drive_1/state/radicle/reports/http/3332881c-b713-40e7-9a3a-712528b8a827/src
Exit code: 0
Output (stdout and stderr):
commit dd2ebc8b0d5a8d529f766b35900ab347db9cbe3d Author: Matthew O'Gorman <mog@rldn.net> Date: Mon Nov 18 04:02:10 2024 -0500 trying some stuff diff --git a/.radicle/native.yaml b/.radicle/native.yaml index 4a316c7..35e4ff2 100644 --- a/.radicle/native.yaml +++ b/.radicle/native.yaml @@ -1,3 +1,4 @@ shell: | echo hello >> /tmp/itworked - true + date + echo "<a href=\"https://rldn.net\">rldn.net</a>"
timeout 3600 bash -c set -xeuo pipefail
echo hello >> /tmp/itworked
date
echo "<a href=\"https://rldn.net\">rldn.net</a>"
Command arguments:
"timeout"
"3600"
"bash"
"-c"
"set -xeuo pipefail\necho hello >> /tmp/itworked\ndate\necho \"<a href=\\\"https://rldn.net\\\">rldn.net</a>\"\n"
In directory: /mnt/drive_1/state/radicle/reports/http/3332881c-b713-40e7-9a3a-712528b8a827/src
Exit code: 0
Output (stdout and stderr):
+ echo hello + date Mon Nov 18 04:02:15 AM EST 2024 + echo '<a href="https://rldn.net">rldn.net</a>' <a href="https://rldn.net">rldn.net</a>