Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argopkgs
Commits
cbaba211
Commit
cbaba211
authored
Feb 17, 2019
by
Valentin Reis
Browse files
testing offloading 'stages' attribute
parent
8c511cc6
Pipeline
#5386
failed
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
cbaba211
...
...
@@ -2,13 +2,13 @@ variables:
ARGOPKGS
:
"
./default.nix"
EXTRA
:
"
"
stages
:
-
build
-
test
-
quality
#
stages:
#
- build
#
- test
#
- quality
include
:
-
/gitlab-ci/argonix.yml
-
/gitlab-ci/components.yml
#
- /gitlab-ci/components.yml
-
/gitlab-ci/integration.yml
-
/gitlab-ci/repoquality.yml
gitlab-ci/integration.yml
View file @
cbaba211
...
...
@@ -4,6 +4,9 @@
#Extra argonix arguments
#EXTRA
stages
:
-
test
.test
:
stage
:
test
tags
:
...
...
gitlab-ci/repoquality.yml
View file @
cbaba211
#Importing this file adds repository quality check.
#
stages
:
-quality
repoquality
:
stage
:
quality
script
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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