Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WCMS
uw_sites_all
Commits
541ac85d
Commit
541ac85d
authored
Aug 12, 2020
by
Chris Shantz
Browse files
Update .gitlab-ci.yml commented out all the things...
parent
5991c994
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
541ac85d
before_script
:
-
docker info
-
echo Hello World
#
before_script:
#
- docker info
#
- echo Hello World
stages
:
-
test
#
stages:
#
- test
include
:
-
template
:
Code-Quality.gitlab-ci.yml
#
include:
#
- template: Code-Quality.gitlab-ci.yml
code_quality
:
stage
:
test
artifacts
:
paths
:
[
gl-code-quality-report2.json
]
#
code_quality:
#
stage: test
#
artifacts:
#
paths: [gl-code-quality-report2.json]
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment