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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UNL ITS
docker-ci
Commits
4c1fd259
Commit
4c1fd259
authored
6 years ago
by
Jose Raul Barreras
Browse files
Options
Downloads
Patches
Plain Diff
fix reference to magento2-unit-test
parent
0d1231f5
Branches
Branches containing commit
No related tags found
2 merge requests
!15
Merge Develop into Master
,
!14
Remove the non UNL registry
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
magento2-xml-lint/latest/Dockerfile
+2
-2
2 additions, 2 deletions
magento2-xml-lint/latest/Dockerfile
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
1
−
1
View file @
4c1fd259
...
...
@@ -32,7 +32,7 @@ test:
tags
:
-
dockerd
script
:
-
docker run --rm
unl-its
/static-code-analysis sonar-scanner -v
-
docker run --rm
its-registry.unl.edu/unl-its/docker-ci
/static-code-analysis sonar-scanner -v
Push to Container Registry
:
after_script
:
...
...
This diff is collapsed.
Click to expand it.
magento2-xml-lint/latest/Dockerfile
+
2
−
2
View file @
4c1fd259
FROM
unl-its
/magento2-unit-test:latest
FROM
its-registry.unl.edu/unl-its/docker-ci
/magento2-unit-test:latest
ARG
BUILD_DATE
ARG
VCS_REF
...
...
@@ -9,7 +9,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.vendor="University of Nebraska - Lincoln" \
org.label-schema.version=$VERSION \
org.label-schema.schema-version="1.
0
" \
org.label-schema.schema-version="1.
1
" \
maintainer="Alan Nelson <alan.nelson@nebraska.edu>"
# Scripts
...
...
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