rad:z2ixRGetGtwFtRyXjRgu5fH573wyy
rad_test512c0b5c3d2bffd8b2748176dfa95468491f201f
Request message
.radicle/native.yaml
git clone /home/mog/.radicle/storage/z2ixRGetGtwFtRyXjRgu5fH573wyy /mnt/drive_1/state/radicle/reports/http/79daca8c-81d7-424b-bf47-68cd804410cd/src
git config advice.detachedHead false
git checkout 512c0b5c3d2bffd8b2748176dfa95468491f201f
git show 512c0b5c3d2bffd8b2748176dfa95468491f201f
timeout 3600 bash -c set -xeuo pipefail
echo hello >> /tmp/itworked
true
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": "bf0494a215c9609df1992e63877a8d02326ee0a8", "after": "512c0b5c3d2bffd8b2748176dfa95468491f201f", "branch": "main", "commits": [ "512c0b5c3d2bffd8b2748176dfa95468491f201f" ] }
.radicle/native.yaml
shell: | echo hello >> /tmp/itworked true
git clone /home/mog/.radicle/storage/z2ixRGetGtwFtRyXjRgu5fH573wyy /mnt/drive_1/state/radicle/reports/http/79daca8c-81d7-424b-bf47-68cd804410cd/src
Command arguments:
"git"
"clone"
"/home/mog/.radicle/storage/z2ixRGetGtwFtRyXjRgu5fH573wyy"
"/mnt/drive_1/state/radicle/reports/http/79daca8c-81d7-424b-bf47-68cd804410cd/src"
In directory: /home/mog/code
Exit code: 0
Output (stdout and stderr):
Cloning into '/mnt/drive_1/state/radicle/reports/http/79daca8c-81d7-424b-bf47-68cd804410cd/src'... done.
git config advice.detachedHead false
Command arguments:
"git"
"config"
"advice.detachedHead"
"false"
In directory: /mnt/drive_1/state/radicle/reports/http/79daca8c-81d7-424b-bf47-68cd804410cd/src
Exit code: 0
git checkout 512c0b5c3d2bffd8b2748176dfa95468491f201f
Command arguments:
"git"
"checkout"
"512c0b5c3d2bffd8b2748176dfa95468491f201f"
In directory: /mnt/drive_1/state/radicle/reports/http/79daca8c-81d7-424b-bf47-68cd804410cd/src
Exit code: 0
Output (stdout and stderr):
HEAD is now at 512c0b5 fix script3
git show 512c0b5c3d2bffd8b2748176dfa95468491f201f
Command arguments:
"git"
"show"
"512c0b5c3d2bffd8b2748176dfa95468491f201f"
In directory: /mnt/drive_1/state/radicle/reports/http/79daca8c-81d7-424b-bf47-68cd804410cd/src
Exit code: 0
Output (stdout and stderr):
commit 512c0b5c3d2bffd8b2748176dfa95468491f201f Author: Matthew O'Gorman <mog@rldn.net> Date: Mon Nov 18 03:49:01 2024 -0500 fix script3 diff --git a/readme.md b/readme.md index 0d678ac..58516bb 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ hello world!! its not running -stop it +stop it3
timeout 3600 bash -c set -xeuo pipefail
echo hello >> /tmp/itworked
true
Command arguments:
"timeout"
"3600"
"bash"
"-c"
"set -xeuo pipefail\necho hello >> /tmp/itworked\ntrue\n"
In directory: /mnt/drive_1/state/radicle/reports/http/79daca8c-81d7-424b-bf47-68cd804410cd/src
Exit code: 0
Output (stdout and stderr):
+ echo hello + true