Skip to content

Commit

Permalink
Remove the fluent update pipeline and script
Browse files Browse the repository at this point in the history
This has moved to a separate repo for easier scheduling.

https://gitlab.com/mozmeao/www-fluent-update/pipelines
  • Loading branch information
pmac authored and alexgibson committed May 27, 2020
1 parent abd513a commit 27c6631
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
17 changes: 0 additions & 17 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ build:
- master
- stage
- prod
except:
- triggers
tags:
- mozmeao
- aws
Expand Down Expand Up @@ -54,8 +52,6 @@ update-l10n:
except:
changes:
- "lib/fluent_migrations/**/*"
refs:
- triggers
script:
- bin/open-ftl-pr.sh
retry: 2
Expand All @@ -65,8 +61,6 @@ update-l10n:
tags:
- mozmeao
- aws
except:
- triggers
script:
- bin/update_config.sh
retry: 2
Expand Down Expand Up @@ -101,14 +95,3 @@ prod:
variables:
CLUSTERS: frankfurt iowa-a
NAMESPACE: bedrock-prod

fluent:
stage: build
tags:
- mozmeao
- aws
only:
- triggers
script:
- bin/process-ftl.sh
retry: 2
12 changes: 0 additions & 12 deletions bin/process-ftl.sh

This file was deleted.

0 comments on commit 27c6631

Please sign in to comment.