Skip to content

Commit 9ae8fab

Browse files
author
Kingdon Barrett
committed
update test to point at fluxcd/website#1630
Signed-off-by: Kingdon Barrett <[email protected]>
1 parent 5ad9fd5 commit 9ae8fab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
uses: ./ # say instead "uses: kingdonb/link-checker-gpt@main" or @v1
2525
with:
2626
productionDomain: fluxcd.io
27-
previewDomain: deploy-preview-1573--fluxcd.netlify.app # usually: deploy-preview-${{ github.event.pull_request.number }}--fluxcd.netlify.app
28-
prNumber: 1573 # usually set this to: ${{ github.event.pull_request.number}}
27+
previewDomain: deploy-preview-1630--fluxcd.netlify.app # usually: deploy-preview-${{ github.event.pull_request.number }}--fluxcd.netlify.app
28+
prNumber: 1630 # usually set this to: ${{ github.event.pull_request.number}}
2929
githubToken: ${{ secrets.GITHUB_TOKEN }} # pass a github token so we can comment, check status

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ clean-cache:
1212
@rm -f links_data.json
1313

1414
preview:
15-
bundle exec ruby ./main.rb fluxcd.io deploy-preview-1573--fluxcd.netlify.app preview-report.csv false
15+
bundle exec ruby ./main.rb fluxcd.io deploy-preview-1630--fluxcd.netlify.app preview-report.csv false
1616

1717
run_with_preview: preview-report.csv
1818

@@ -30,7 +30,7 @@ normalize: report.csv preview-report.csv
3030
@# Normalize the main report.csv
3131
@$(SED) -i '1d' report.csv
3232
@PRODUCTION_DOMAIN=$(shell if [ -z "$(PRODUCTION_URL)" ]; then echo "fluxcd.io"; else echo "$(PRODUCTION_URL)"; fi) ;\
33-
PREVIEW_DOMAIN=$(shell if [ -z "$(PREVIEW_URL)" ]; then echo "deploy-preview-1573--fluxcd.netlify.app"; else echo "$(PREVIEW_URL)"; fi) ;\
33+
PREVIEW_DOMAIN=$(shell if [ -z "$(PREVIEW_URL)" ]; then echo "deploy-preview-1630--fluxcd.netlify.app"; else echo "$(PREVIEW_URL)"; fi) ;\
3434
$(SED) -i "s/https:\/\/$$PRODUCTION_DOMAIN/https:\/\/$$PREVIEW_DOMAIN/1" report.csv ;\
3535
$(SED) -i "s/https:\/\/$$PRODUCTION_DOMAIN/https:\/\/$$PREVIEW_DOMAIN/1" report.csv
3636
@sort -o report.csv report.csv

0 commit comments

Comments
 (0)