Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gitlab-ci
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
gitlab-ci
Commits
5963efdd
Commit
5963efdd
authored
2 years ago
by
Grzegorz Rola
Browse files
Options
Downloads
Patches
Plain Diff
feature(translations): upload translations to repo
parent
936c6ed5
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
gitlab-ci-1.2.yml
+1
-0
1 addition, 0 deletions
gitlab-ci-1.2.yml
includes/prepare.yml
+0
-21
0 additions, 21 deletions
includes/prepare.yml
includes/translations.yml
+21
-0
21 additions, 0 deletions
includes/translations.yml
with
22 additions
and
21 deletions
gitlab-ci-1.2.yml
+
1
−
0
View file @
5963efdd
...
@@ -29,6 +29,7 @@ include:
...
@@ -29,6 +29,7 @@ include:
ref
:
'
master'
ref
:
'
master'
file
:
file
:
-
'
/includes/prepare.yml'
-
'
/includes/prepare.yml'
-
'
/includes/translations.yml'
-
'
/includes/tests/lint.yml'
-
'
/includes/tests/lint.yml'
-
'
/includes/tests/unit.yml'
-
'
/includes/tests/unit.yml'
-
'
/includes/metrics.yml'
-
'
/includes/metrics.yml'
...
...
This diff is collapsed.
Click to expand it.
includes/prepare.yml
+
0
−
21
View file @
5963efdd
...
@@ -50,27 +50,6 @@ prepare npm assets:
...
@@ -50,27 +50,6 @@ prepare npm assets:
-
if [[ -f package.json ]]; then npm run prod; fi
-
if [[ -f package.json ]]; then npm run prod; fi
-
if [[ -f tests/codeception/prepare_npm.sh ]]; then sh tests/codeception/prepare_npm.sh; fi
-
if [[ -f tests/codeception/prepare_npm.sh ]]; then sh tests/codeception/prepare_npm.sh; fi
prepare translations
:
image
:
gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:7.4
artifacts
:
name
:
"
language"
paths
:
-
lang
tags
:
-
vendor
stage
:
prepare-translations-and-tests
dependencies
:
-
prepare prefixed vendor
except
:
variables
:
-
$IS_LIBRARY
-
$IS_NPM_LIBRARY
interruptible
:
true
script
:
-
composer generate-pot
-
composer merge-translations
-
composer generate-pot
prepare tests
:
prepare tests
:
image
:
wpdesknet/phpunit-woocommerce:0-0
image
:
wpdesknet/phpunit-woocommerce:0-0
tags
:
tags
:
...
...
This diff is collapsed.
Click to expand it.
includes/translations.yml
0 → 100644
+
21
−
0
View file @
5963efdd
prepare translations
:
image
:
gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:7.4
artifacts
:
name
:
"
language"
paths
:
-
lang
tags
:
-
vendor
stage
:
prepare-translations-and-tests
dependencies
:
-
prepare prefixed vendor
except
:
variables
:
-
$IS_LIBRARY
-
$IS_NPM_LIBRARY
interruptible
:
true
script
:
-
composer generate-pot
-
composer merge-translations
-
composer generate-pot
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment