Commit e873786b authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

Merge branch 'fix-staging-self-hosted' into 'master'

fix(staging): revert global s3 staging activation

See merge request to-be-continuous/kicker!374
parents cb0757fe 6553e121
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ variables:
  # deploy: landing page (static/), mkdocs build (public/), Angular build (kicker/dist/) and aggregated kicker (kicker-aggregated/)
  S3_DEPLOY_FILES: "dist/kicker/"
  S3_PROD_DISABLED: "true"
  S3_STAGING_DISABLED: "true"
  S3_REVIEW_PREFIX: ${CI_COMMIT_REF_SLUG}

stages: