ci: test using ref=main for the inputs
Some checks failed
Build_Deploy / linter (push) Successful in 6s
Build_Deploy / build (push) Failing after 1m23s
Build_Deploy / deploy_dns (push) Has been skipped
Build_Deploy / deploy_active (active) (push) Has been skipped
Build_Deploy / deploy_active (active-core) (push) Has been skipped
Build_Deploy / deploy_active (active-ext) (push) Has been skipped

This commit is contained in:
silver 2024-08-21 00:03:07 +01:00
parent 8e57469ee2
commit 6376e910f1
Signed by: silver
GPG key ID: 0A1071E702CE4B4E
2 changed files with 14 additions and 11 deletions

View file

@ -932,14 +932,15 @@
}, },
"locked": { "locked": {
"lastModified": 1724193889, "lastModified": 1724193889,
"narHash": "sha256-yB+CezE29d6rvBezBfdyyJo0orzrEB8YqPnoHTnJ2AM=", "narHash": "sha256-Z7zTh5e1bwzE0wmqj9Eyl39QCyLJhlMetOXhQo3gd7E=",
"ref": "refs/heads/main", "ref": "main",
"rev": "76ef90e2111b7ce74930779362533fe0cf367935", "rev": "76ef90e2111b7ce74930779362533fe0cf367935",
"revCount": 18, "revCount": 18,
"type": "git", "type": "git",
"url": "https://forgejo.skynet.ie/Skynet/website_2017" "url": "https://forgejo.skynet.ie/Skynet/website_2017"
}, },
"original": { "original": {
"ref": "main",
"type": "git", "type": "git",
"url": "https://forgejo.skynet.ie/Skynet/website_2017" "url": "https://forgejo.skynet.ie/Skynet/website_2017"
} }
@ -952,13 +953,14 @@
"locked": { "locked": {
"lastModified": 1723317982, "lastModified": 1723317982,
"narHash": "sha256-qkTYtwcPAKmdN2cJidhBbGcm6yY1M76zw9NFyqjJnn4=", "narHash": "sha256-qkTYtwcPAKmdN2cJidhBbGcm6yY1M76zw9NFyqjJnn4=",
"ref": "refs/heads/main", "ref": "main",
"rev": "2d0e20c683068b692bf8765273b3531d77005d09", "rev": "2d0e20c683068b692bf8765273b3531d77005d09",
"revCount": 12, "revCount": 12,
"type": "git", "type": "git",
"url": "https://forgejo.skynet.ie/Skynet/website_2009" "url": "https://forgejo.skynet.ie/Skynet/website_2009"
}, },
"original": { "original": {
"ref": "main",
"type": "git", "type": "git",
"url": "https://forgejo.skynet.ie/Skynet/website_2009" "url": "https://forgejo.skynet.ie/Skynet/website_2009"
} }
@ -969,15 +971,16 @@
"utils": "utils_8" "utils": "utils_8"
}, },
"locked": { "locked": {
"lastModified": 1723409425, "lastModified": 1724193889,
"narHash": "sha256-/gCNGbSSFV/cEyH4gqhcgPP/0/EBKWwR1CEd8wkwY8o=", "narHash": "sha256-Z7zTh5e1bwzE0wmqj9Eyl39QCyLJhlMetOXhQo3gd7E=",
"ref": "refs/heads/main", "ref": "main",
"rev": "a9fba1bb9c28a2eb7508089413a829b591084c45", "rev": "76ef90e2111b7ce74930779362533fe0cf367935",
"revCount": 15, "revCount": 18,
"type": "git", "type": "git",
"url": "https://forgejo.skynet.ie/Skynet/website_2017" "url": "https://forgejo.skynet.ie/Skynet/website_2017"
}, },
"original": { "original": {
"ref": "main",
"type": "git", "type": "git",
"url": "https://forgejo.skynet.ie/Skynet/website_2017" "url": "https://forgejo.skynet.ie/Skynet/website_2017"
} }

View file

@ -43,15 +43,15 @@
################# #################
# this should always point to teh current website # this should always point to teh current website
skynet_website.url = "git+https://forgejo.skynet.ie/Skynet/website_2017"; skynet_website.url = "git+https://forgejo.skynet.ie/Skynet/website_2017?ref=main";
# these are past versions of teh website # these are past versions of teh website
skynet_website_2023.url = "git+https://forgejo.skynet.ie/Skynet/website_2017?rev=c4d61c753292bf73ed41b47b1607cfc92a82a191"; skynet_website_2023.url = "git+https://forgejo.skynet.ie/Skynet/website_2017?rev=c4d61c753292bf73ed41b47b1607cfc92a82a191";
# this is not 100% right since this is from teh archive from 2022 or so # this is not 100% right since this is from teh archive from 2022 or so
skynet_website_2017.url = "git+https://forgejo.skynet.ie/Skynet/website_2017"; skynet_website_2017.url = "git+https://forgejo.skynet.ie/Skynet/website_2017?ref=main";
# this is more of 2012 than 2009 but started in 2009 # this is more of 2012 than 2009 but started in 2009
skynet_website_2009.url = "git+https://forgejo.skynet.ie/Skynet/website_2009"; skynet_website_2009.url = "git+https://forgejo.skynet.ie/Skynet/website_2009?ref=main";
}; };
nixConfig = { nixConfig = {