Skip to content

Commit 2977180

Browse files
Merge pull request #250 from circleci/remove-start-end
remove the start and end flags so we can create and validate all
2 parents d2172c8 + ea7c262 commit 2977180

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,13 +226,13 @@ jobs:
226226
set -e
227227
echo "[INFO] Deploying redirects..."
228228
#REMEMBER TO UPDATE THE START/END PARAMETER IN THE VALIDATE JOB TO MATCH
229-
python scripts/create-redirects.py $AWS_S3_BUCKET --start 0 --end 10
229+
python scripts/create-redirects.py $AWS_S3_BUCKET
230230
- run:
231231
name: Validate Redirects
232232
command: |
233233
set -e
234234
echo "[INFO] Validating redirects..."
235-
python scripts/validate-redirects.py https://circleci.com/docs-preview --start 0 --end 10
235+
python scripts/validate-redirects.py https://circleci.com/docs-preview
236236
- notify_error:
237237
message: "Production deployment job failed for branch ${CIRCLE_BRANCH}"
238238

0 commit comments

Comments
 (0)