Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
argopkgs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
argo
argopkgs
Commits
551153dd
Commit
551153dd
authored
Feb 17, 2019
by
Valentin Reis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stage fix.
parent
80bfd194
Pipeline
#5388
passed with stages
in 1 minute and 22 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
10 deletions
+5
-10
.gitlab-ci.yml
.gitlab-ci.yml
+5
-5
gitlab-ci/integration.yml
gitlab-ci/integration.yml
+0
-3
gitlab-ci/repoquality.yml
gitlab-ci/repoquality.yml
+0
-2
No files found.
.gitlab-ci.yml
View file @
551153dd
...
...
@@ -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 @
551153dd
...
...
@@ -4,9 +4,6 @@
#Extra argonix arguments
#EXTRA
stages
:
-
test
.test
:
stage
:
test
tags
:
...
...
gitlab-ci/repoquality.yml
View file @
551153dd
#Importing this file adds repository quality check.
#
stages
:
-
quality
repoquality
:
stage
:
quality
...
...
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