diff options
author | Muriithi Frederick Muriuki | 2021-07-30 06:11:57 +0300 |
---|---|---|
committer | Muriithi Frederick Muriuki | 2021-07-30 06:11:57 +0300 |
commit | 75ba10b9f7e8c5c7fabbd0f4134a1475cc180ae1 (patch) | |
tree | f6ff2fd64cd288d75af4900cb7b2cd984f598ce0 /HACKING.org | |
parent | 77312535e643e4c8fecd7c20b3381996808dea11 (diff) | |
parent | 00278bc237c90b4ac276171a32bbe57e056644b6 (diff) | |
download | genenetwork3-75ba10b9f7e8c5c7fabbd0f4134a1475cc180ae1.tar.gz |
Merge branch 'main' of github.com:genenetwork/genenetwork3 into heatmap_decompose_db_retrieval
Issue:
https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/clustering.gmi
Fix merge conflicts in:
* gn3/db/traits.py
* tests/unit/db/test_traits.py
Diffstat (limited to 'HACKING.org')
-rw-r--r-- | HACKING.org | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/HACKING.org b/HACKING.org new file mode 100644 index 0000000..8c26a29 --- /dev/null +++ b/HACKING.org @@ -0,0 +1,8 @@ +* Introduction + +We are getting away from GitHub CI, and hosting our own CI servers. From GitHub, once a person makes a push, we'll be using [[https://github.com/adnanh/webhook][webhook]] to initiate laminar. + + +First install laminar (use the appropriate binary): + +: wget https://github.com/adnanh/webhook/releases/download/2.8.0/webhook-linux-amd64.tar.gz && tar xf webhook-linux-amd64.tar.gz |