Log from Radicle native CI

Table of contents

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": "df2bb8a0cb842e79837ee165e084f0bf2377a881",
  "after": "5bbc8d5ae989654357b45f7fbcee2ef940fa379b",
  "branch": "main",
  "commits": [
    "5bbc8d5ae989654357b45f7fbcee2ef940fa379b"
  ]
}

.radicle/native.yaml

shell: |
  echo hello >> /tmp/itworked
  date
  echo "<a href=\"https://rldn.net\">rldn.net</a>"

Run: git clone /home/mog/.radicle/storage/z2ixRGetGtwFtRyXjRgu5fH573wyy /mnt/drive_1/state/radicle/reports/http/d46a841b-1fda-40e5-86bc-a2741b877582/src

Command arguments:

In directory: /

Exit code: 0

Output (stdout and stderr):

Cloning into '/mnt/drive_1/state/radicle/reports/http/d46a841b-1fda-40e5-86bc-a2741b877582/src'...
done.

Run: git config advice.detachedHead false

Command arguments:

In directory: /mnt/drive_1/state/radicle/reports/http/d46a841b-1fda-40e5-86bc-a2741b877582/src

Exit code: 0

Run: git checkout 5bbc8d5ae989654357b45f7fbcee2ef940fa379b

Command arguments:

In directory: /mnt/drive_1/state/radicle/reports/http/d46a841b-1fda-40e5-86bc-a2741b877582/src

Exit code: 0

Output (stdout and stderr):

HEAD is now at 5bbc8d5 fix script5

Run: git show 5bbc8d5ae989654357b45f7fbcee2ef940fa379b

Command arguments:

In directory: /mnt/drive_1/state/radicle/reports/http/d46a841b-1fda-40e5-86bc-a2741b877582/src

Exit code: 0

Output (stdout and stderr):

commit 5bbc8d5ae989654357b45f7fbcee2ef940fa379b
Author: Matthew O'Gorman <mog@rldn.net>
Date:   Mon Nov 18 04:26:15 2024 -0500

    fix script5

diff --git a/readme.md b/readme.md
index e8b2883..d157ac0 100644
--- a/readme.md
+++ b/readme.md
@@ -1,3 +1,3 @@
 hello world!!
 its not running
-and its systemddd
+and its systemd

Run: timeout 3600 bash -c set -xeuo pipefail echo hello >> /tmp/itworked date echo "<a href=\"https://rldn.net\">rldn.net</a>"

Command arguments:

In directory: /mnt/drive_1/state/radicle/reports/http/d46a841b-1fda-40e5-86bc-a2741b877582/src

Exit code: 0

Output (stdout and stderr):

+ echo hello
+ date
Mon Nov 18 04:26:20 AM EST 2024
+ echo '<a href="https://rldn.net">rldn.net</a>'
<a href="https://rldn.net">rldn.net</a>