Skip to content
Snippets Groups Projects

Fix copy-pastes

1 file
+ 4
2
Compare changes
  • Side-by-side
  • Inline
+ 4
2
@@ -247,7 +247,7 @@ secret_detection:
@@ -247,7 +247,7 @@ secret_detection:
- if: $CI_COMMIT_BRANCH == "development"
- if: $CI_COMMIT_BRANCH == "development"
- if: $CI_COMMIT_BRANCH == "main"
- if: $CI_COMMIT_BRANCH == "main"
# Run the secret detection security check and reporter.
# Run the code quality checker
code_quality:
code_quality:
extends:
extends:
- .build_cached
- .build_cached
@@ -611,7 +611,8 @@ a11y:
@@ -611,7 +611,8 @@ a11y:
browser_performance:
browser_performance:
stage: live checks
stage: live checks
variables:
variables:
a11y_urls: "https://$STAGING_URL"
URL: "https://$STAGING_URL"
 
DEGRADATION_THRESHOLD: 5
interruptible: true
interruptible: true
allow_failure: true
allow_failure: true
# Only run on development
# Only run on development
@@ -622,3 +623,4 @@ browser_performance:
@@ -622,3 +623,4 @@ browser_performance:
- if: $CI_COMMIT_BRANCH == "development"
- if: $CI_COMMIT_BRANCH == "development"
needs:
needs:
- deploy_staging
- deploy_staging
 
Loading