Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin
git-tools
Commits
9c4cb926
Commit
9c4cb926
authored
Mar 26, 2018
by
Martin
Browse files
added gitlab-ci config
parent
81ffadf6
Pipeline
#122
passed with stage
in 7 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
9c4cb926
stages
:
-
package
package
:
stage
:
package
image
:
registry.hel.freakybytes.net/packages/packaging-base-image
tags
:
-
docker
script
:
-
make clean
-
make dist
artifacts
:
paths
:
-
dist/
expire_in
:
1 week
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