ci(ci): 👷 Update CI pipeline to use new internal network URL for artifact publishing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
962cda05e9
commit
2a316580e6
2 changed files with 2 additions and 2 deletions
|
|
@ -105,7 +105,7 @@ export function createCICommand(): Command {
|
||||||
for (const fail of failures) {
|
for (const fail of failures) {
|
||||||
console.log(colors.error(`✗ ${fail.repo}`))
|
console.log(colors.error(`✗ ${fail.repo}`))
|
||||||
if (fail.lastRun) {
|
if (fail.lastRun) {
|
||||||
const url = `http://forge.black.local/lilith/${fail.repo}/actions`
|
const url = `http://forge.black.lan/lilith/${fail.repo}/actions`
|
||||||
console.log(` ${colors.dim(url)}`)
|
console.log(` ${colors.dim(url)}`)
|
||||||
}
|
}
|
||||||
console.log()
|
console.log()
|
||||||
|
|
|
||||||
|
|
@ -53,7 +53,7 @@ jobs:
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
registry-url: 'http://forge.black.local/api/packages/lilith/npm/'
|
registry-url: 'http://forge.black.lan/api/packages/lilith/npm/'
|
||||||
|
|
||||||
- name: Setup pnpm
|
- name: Setup pnpm
|
||||||
uses: pnpm/action-setup@v2
|
uses: pnpm/action-setup@v2
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue