We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2172c8 + ea7c262 commit 2977180Copy full SHA for 2977180
.circleci/config.yml
@@ -226,13 +226,13 @@ jobs:
226
set -e
227
echo "[INFO] Deploying redirects..."
228
#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
+ python scripts/create-redirects.py $AWS_S3_BUCKET
230
- run:
231
name: Validate Redirects
232
command: |
233
234
echo "[INFO] Validating redirects..."
235
- python scripts/validate-redirects.py https://circleci.com/docs-preview --start 0 --end 10
+ python scripts/validate-redirects.py https://circleci.com/docs-preview
236
- notify_error:
237
message: "Production deployment job failed for branch ${CIRCLE_BRANCH}"
238
0 commit comments