Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-redmine
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
TO
docker-redmine
Commits
833da5e7
Verified
Commit
833da5e7
authored
4 years ago
by
Andrej Ramašeuski
Browse files
Options
Downloads
Patches
Plain Diff
Nove moduly a passenger
parent
ff410a7c
No related branches found
No related tags found
No related merge requests found
Pipeline
#2953
passed
4 years ago
Stage: build
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+7
-9
7 additions, 9 deletions
.gitlab-ci.yml
.gitmodules
+6
-0
6 additions, 0 deletions
.gitmodules
plugins/redmine-signals-plugin
+1
-0
1 addition, 0 deletions
plugins/redmine-signals-plugin
plugins/sparcline
+1
-0
1 addition, 0 deletions
plugins/sparcline
with
15 additions
and
9 deletions
.gitlab-ci.yml
+
7
−
9
View file @
833da5e7
image
:
docker:19.03.1
image
:
docker:19.03.1
2
variables
:
DOCKER_TLS_CERTDIR
:
"
/certs"
GIT_SUBMODULE_STRATEGY
:
recursive
IMAGE_TAG
:
$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
IMAGE_VER
:
3.4.13-passenger-1
services
:
-
docker:19.03.1-dind
-
docker:19.03.1
2
-dind
before_script
:
-
apk update && apk add git
-
git submodule sync
-
git submodule update --init
-
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
build
:
stage
:
build
script
:
-
docker build -t $IMAGE_TAG .
-
docker push $IMAGE_TAG
-
docker pull $CI_REGISTRY_IMAGE:latest ||
true
-
docker build --cache-from $CI_REGISTRY_IMAGE:latest --tag $CI_REGISTRY_IMAGE:$IMAGE_VER --tag $CI_REGISTRY_IMAGE:latest .
-
docker push $CI_REGISTRY_IMAGE:$IMAGE_VER
-
docker push $CI_REGISTRY_IMAGE:latest
This diff is collapsed.
Click to expand it.
.gitmodules
+
6
−
0
View file @
833da5e7
...
...
@@ -16,3 +16,9 @@
[submodule "plugins/redmine_zulip"]
path = plugins/redmine_zulip
url = https://github.com/zulip/zulip-redmine-plugin.git
[submodule "plugins/sparcline"]
path = plugins/sparcline
url = https://gitlab.pirati.cz/sperling/redmine-sparkline-plugin.git
[submodule "plugins/redmine-signals-plugin"]
path = plugins/redmine-signals-plugin
url = https://gitlab.pirati.cz/sperling/redmine-signals-plugin.git
This diff is collapsed.
Click to expand it.
redmine-signals-plugin
@
80c200c9
Subproject commit 80c200c9d1d9f10dc2d7c88ff30adf8a3c009fd2
This diff is collapsed.
Click to expand it.
sparcline
@
bd3d99fb
Subproject commit bd3d99fb681fd2438224f3a146ef4e3b5e7996f2
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