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
bd3a52ba
Commit
bd3a52ba
authored
1 year ago
by
Grzegorz Rola
Browse files
Options
Downloads
Patches
Plain Diff
feature(translations): blocks
parent
266469bb
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
-1
1 addition, 1 deletion
gitlab-ci-1.2.yml
includes/prepare.yml
+3
-0
3 additions, 0 deletions
includes/prepare.yml
includes/translations.yml
+1
-1
1 addition, 1 deletion
includes/translations.yml
with
5 additions
and
2 deletions
gitlab-ci-1.2.yml
+
1
−
1
View file @
bd3a52ba
variables
:
variables
:
WPDESK_CI_VERSION
:
"
2023.12.1
8
"
WPDESK_CI_VERSION
:
"
2023.12.1
9
"
MYSQL_ROOT_PASSWORD
:
"
mysql"
MYSQL_ROOT_PASSWORD
:
"
mysql"
MYSQL_DATABASE
:
"
wptest"
MYSQL_DATABASE
:
"
wptest"
MYSQL_USER
:
"
mysql"
MYSQL_USER
:
"
mysql"
...
...
This diff is collapsed.
Click to expand it.
includes/prepare.yml
+
3
−
0
View file @
bd3a52ba
...
@@ -27,6 +27,9 @@ prepare npm assets:
...
@@ -27,6 +27,9 @@ prepare npm assets:
name
:
"
node_assets"
name
:
"
node_assets"
paths
:
paths
:
-
assets
-
assets
-
build
needs
:
-
prepare prefixed vendor
cache
:
cache
:
key
:
${CI_PROJECT_NAME}-node
key
:
${CI_PROJECT_NAME}-node
paths
:
paths
:
...
...
This diff is collapsed.
Click to expand it.
includes/translations.yml
+
1
−
1
View file @
bd3a52ba
...
@@ -9,6 +9,7 @@ prepare translations:
...
@@ -9,6 +9,7 @@ prepare translations:
stage
:
prepare-translations-and-tests
stage
:
prepare-translations-and-tests
dependencies
:
dependencies
:
-
prepare prefixed vendor
-
prepare prefixed vendor
-
prepare npm assets
except
:
except
:
variables
:
variables
:
-
$IS_LIBRARY
-
$IS_LIBRARY
...
@@ -49,4 +50,3 @@ upload translations to repo:
...
@@ -49,4 +50,3 @@ upload translations to repo:
-
export TRANSLATIONS_DIR=${CI_PROJECT_DIR}/lang
-
export TRANSLATIONS_DIR=${CI_PROJECT_DIR}/lang
script
:
script
:
-
php upload-translations.php ${WP_ORG_USER} ${WP_ORG_PASS} ${CI_PROJECT_NAME} ${CI_PROJECT_DIR}/lang ${REPO_TRANSLATIONS_SLACK_AUTH}
-
php upload-translations.php ${WP_ORG_USER} ${WP_ORG_PASS} ${CI_PROJECT_NAME} ${CI_PROJECT_DIR}/lang ${REPO_TRANSLATIONS_SLACK_AUTH}
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