Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drush-docker-drupal-admins
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Romanos Dodopoulos
drush-docker-drupal-admins
Commits
164c5e3f
Commit
164c5e3f
authored
Sep 7, 2018
by
Eduardo Alvarez Fernandez
Browse files
Options
Downloads
Patches
Plain Diff
Add .gitlab-ci.yml
parent
4972168d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+38
-0
38 additions, 0 deletions
.gitlab-ci.yml
with
38 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
38
−
0
View file @
164c5e3f
stages
:
-
build
-
build_tag
-
build_stable
build_latest
:
stage
:
build
only
:
-
master
tags
:
-
docker-image-build
script
:
"
"
# unused but this line is required by GitLab CI
build_tag
:
stage
:
build_tag
only
:
-
tags
tags
:
-
docker-image-build
script
:
"
"
# unused but this line is required by GitLab CI
variables
:
TO
:
${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}
# where to push resulting image. Default, the GitLab registry
build_stable
:
stage
:
build_stable
when
:
manual
only
:
-
tags
tags
:
-
docker-image-build
script
:
"
"
# unused but this line is required by GitLab CI
variables
:
TO
:
${CI_REGISTRY_IMAGE}:stable
# where to push resulting image. Default, the GitLab registry
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
sign in
to comment