Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
Images
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Docker
Images
Commits
6acfa43a
Commit
6acfa43a
authored
5 years ago
by
Erick Hitter
Browse files
Options
Downloads
Patches
Plain Diff
Restore WP.org plugin image as a submodule
parent
65d6b022
No related branches found
Branches containing commit
No related tags found
1 merge request
!15
Restore WP.org plugin image as a submodule
Pipeline
#893
canceled with stages
Stage:
Stage:
in 1 minute and 4 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+21
-0
21 additions, 0 deletions
.gitlab-ci.yml
.gitmodules
+3
-0
3 additions, 0 deletions
.gitmodules
debian/wp-org-deploy
+1
-0
1 addition, 0 deletions
debian/wp-org-deploy
with
25 additions
and
0 deletions
.gitlab-ci.yml
+
21
−
0
View file @
6acfa43a
image
:
docker:latest
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
services
:
-
docker:dind
...
...
@@ -103,6 +106,24 @@ build-debian-jessie-build-dev:
except
:
-
master
# Debian WP.org Plugin deploy builds
build-debian-wp-org-deploy-build-master
:
stage
:
deploy
script
:
-
docker build --pull -t "$CI_REGISTRY_IMAGE/debian:wp-org-deploy" ./debian/wp-org-deploy/context
-
docker push "$CI_REGISTRY_IMAGE/debian:wp-org-deploy"
only
:
-
master
when
:
manual
build-debian-wp-org-deploy-build-dev
:
stage
:
deploy
script
:
-
docker build --pull -t "$CI_REGISTRY_IMAGE/debian:wp-org-deploy-dev" ./debian/wp-org-deploy/context
-
docker push "$CI_REGISTRY_IMAGE/debian:wp-org-deploy-dev"
except
:
-
master
# PHP 7.3
build-php-7.3-master
:
stage
:
deploy
...
...
This diff is collapsed.
Click to expand it.
.gitmodules
+
3
−
0
View file @
6acfa43a
[submodule "debian/wp-org-deploy"]
path = debian/wp-org-deploy
url = git@git.ethitter.com:docker/wp-org-plugin-deploy.git
This diff is collapsed.
Click to expand it.
wp-org-deploy
@
9d5724b2
Subproject commit 9d5724b2bae0d948f12a00ab273949d3f003065f
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