Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-ci
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UNL ITS
docker-ci
Commits
a622311d
Commit
a622311d
authored
4 years ago
by
Alan Nelson
Browse files
Options
Downloads
Patches
Plain Diff
Setup schedules
parent
fc5fe240
No related branches found
No related tags found
2 merge requests
!54
Develop
,
!52
Updates
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab/ci/build.yml
+14
-0
14 additions, 0 deletions
.gitlab/ci/build.yml
.gitlab/ci/publish.yml
+14
-0
14 additions, 0 deletions
.gitlab/ci/publish.yml
with
28 additions
and
0 deletions
.gitlab/ci/build.yml
+
14
−
0
View file @
a622311d
...
@@ -9,6 +9,8 @@ Make PHP Lint:
...
@@ -9,6 +9,8 @@ Make PHP Lint:
changes
:
changes
:
-
php-lint/*
-
php-lint/*
-
php-lint/**/*
-
php-lint/**/*
except
:
-
schedules
Make PHP Unit Test
:
Make PHP Unit Test
:
stage
:
build
stage
:
build
...
@@ -21,6 +23,8 @@ Make PHP Unit Test:
...
@@ -21,6 +23,8 @@ Make PHP Unit Test:
changes
:
changes
:
-
php-unit-test/*
-
php-unit-test/*
-
php-unit-test/**/*
-
php-unit-test/**/*
except
:
-
schedules
Make Android Build
:
Make Android Build
:
stage
:
build
stage
:
build
...
@@ -33,6 +37,8 @@ Make Android Build:
...
@@ -33,6 +37,8 @@ Make Android Build:
changes
:
changes
:
-
android-build-server/*
-
android-build-server/*
-
android-build-server/**/*
-
android-build-server/**/*
except
:
-
schedules
Make Static Code Analysis
:
Make Static Code Analysis
:
stage
:
build
stage
:
build
...
@@ -45,6 +51,8 @@ Make Static Code Analysis:
...
@@ -45,6 +51,8 @@ Make Static Code Analysis:
changes
:
changes
:
-
static-code-analysis/*
-
static-code-analysis/*
-
static-code-analysis/**/*
-
static-code-analysis/**/*
except
:
-
schedules
Make Alpine SSH Client
:
Make Alpine SSH Client
:
stage
:
build
stage
:
build
...
@@ -69,6 +77,8 @@ Make Merge Request Check:
...
@@ -69,6 +77,8 @@ Make Merge Request Check:
changes
:
changes
:
-
merge-request-check/*
-
merge-request-check/*
-
merge-request-check/**/*
-
merge-request-check/**/*
except
:
-
schedules
Make XML Lint
:
Make XML Lint
:
stage
:
build
stage
:
build
...
@@ -81,6 +91,8 @@ Make XML Lint:
...
@@ -81,6 +91,8 @@ Make XML Lint:
changes
:
changes
:
-
xml-lint/*
-
xml-lint/*
-
xml-lint/**/*
-
xml-lint/**/*
except
:
-
schedules
Make Dependency Check
:
Make Dependency Check
:
stage
:
build
stage
:
build
...
@@ -105,3 +117,5 @@ Make Detect Secrets:
...
@@ -105,3 +117,5 @@ Make Detect Secrets:
changes
:
changes
:
-
detect-secrets/*
-
detect-secrets/*
-
detect-secrets/**/*
-
detect-secrets/**/*
except
:
-
schedules
This diff is collapsed.
Click to expand it.
.gitlab/ci/publish.yml
+
14
−
0
View file @
a622311d
...
@@ -23,6 +23,8 @@ Publish PHP Lint:
...
@@ -23,6 +23,8 @@ Publish PHP Lint:
changes
:
changes
:
-
php-lint/*
-
php-lint/*
-
php-lint/**/*
-
php-lint/**/*
except
:
-
schedules
Publish PHP Unit Test
:
Publish PHP Unit Test
:
<<
:
*push_to_registry
<<
:
*push_to_registry
...
@@ -35,6 +37,8 @@ Publish PHP Unit Test:
...
@@ -35,6 +37,8 @@ Publish PHP Unit Test:
changes
:
changes
:
-
php-unit-test/*
-
php-unit-test/*
-
php-unit-test/**/*
-
php-unit-test/**/*
except
:
-
schedules
Publish Android Build
:
Publish Android Build
:
<<
:
*push_to_registry
<<
:
*push_to_registry
...
@@ -47,6 +51,8 @@ Publish Android Build:
...
@@ -47,6 +51,8 @@ Publish Android Build:
changes
:
changes
:
-
android-build-server/*
-
android-build-server/*
-
android-build-server/**/*
-
android-build-server/**/*
except
:
-
schedules
Publish Static Code Analysis
:
Publish Static Code Analysis
:
<<
:
*push_to_registry
<<
:
*push_to_registry
...
@@ -59,6 +65,8 @@ Publish Static Code Analysis:
...
@@ -59,6 +65,8 @@ Publish Static Code Analysis:
changes
:
changes
:
-
static-code-analysis/*
-
static-code-analysis/*
-
static-code-analysis/**/*
-
static-code-analysis/**/*
except
:
-
schedules
Publish Alpine SSH Client
:
Publish Alpine SSH Client
:
<<
:
*push_to_registry
<<
:
*push_to_registry
...
@@ -83,6 +91,8 @@ Publish Merge Check:
...
@@ -83,6 +91,8 @@ Publish Merge Check:
changes
:
changes
:
-
merge-request-check/*
-
merge-request-check/*
-
merge-request-check/**/*
-
merge-request-check/**/*
except
:
-
schedules
Publish XML Lint
:
Publish XML Lint
:
<<
:
*push_to_registry
<<
:
*push_to_registry
...
@@ -95,6 +105,8 @@ Publish XML Lint:
...
@@ -95,6 +105,8 @@ Publish XML Lint:
changes
:
changes
:
-
xml-lint/*
-
xml-lint/*
-
xml-lint/**/*
-
xml-lint/**/*
except
:
-
schedules
Publish Dependency Check
:
Publish Dependency Check
:
<<
:
*push_to_registry
<<
:
*push_to_registry
...
@@ -119,3 +131,5 @@ Publish Detect Secrets:
...
@@ -119,3 +131,5 @@ Publish Detect Secrets:
changes
:
changes
:
-
detect-secrets/*
-
detect-secrets/*
-
detect-secrets/**/*
-
detect-secrets/**/*
except
:
-
schedules
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