Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
86dda6a1
Unverified
Commit
86dda6a1
authored
May 03, 2021
by
Bryce Taylor
Committed by
GitHub
May 03, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5287 from BryceLTaylor/move-translation-cron-to-circle
circleci turn on translation push cron job
parents
4f54e14e
2c8f94d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
.circleci/config.yml
.circleci/config.yml
+25
-0
No files found.
.circleci/config.yml
View file @
86dda6a1
...
...
@@ -114,6 +114,13 @@ aliases:
npm run test:smoke:convertReportToXunit
-
store_test_results
:
path
:
test/results
-
&update-translations
<<
:
*defaults
steps
:
-
checkout
-
run
:
name
:
"
run
i18n
script"
command
:
npm run i18n:push
jobs
:
build-staging
:
...
...
@@ -132,6 +139,8 @@ jobs:
<<
:
*integration_jest
integration-production-tap
:
<<
:
*integration_tap
update-translations
:
<<
:
*update-translations
workflows
:
build-test-deploy
:
...
...
@@ -220,3 +229,19 @@ workflows:
branches
:
only
:
-
master
Update-translations
:
triggers
:
-
schedule
:
# every evening at 7pm EST (8pm EDT, Midnight UTC)
cron
:
"
0
0
*
*
*"
filters
:
branches
:
only
:
develop
jobs
:
-
update-translations
:
context
:
-
scratch-www-all
-
scratch-www-staging
filters
:
branches
:
only
:
-
develop
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment