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
Nest
Gentoo
Haskell
Commits
3413a8df
Commit
3413a8df
authored
Dec 22, 2020
by
James T. Lee
Browse files
CI: Generate metadata
parent
67edef3d
Pipeline
#261
failed with stages
in 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
.gitlab-ci.yml
.gitlab-ci.yml
+7
-2
No files found.
.gitlab-ci.yml
View file @
3413a8df
...
...
@@ -17,9 +17,14 @@ stages:
# Sync
-
'
git
pull
--no-edit
https://github.com/gentoo-haskell/gentoo-haskell.git'
# Generate metadata
-
'
echo
"[haskell]\nlocation
=
${PWD}"
>
/etc/portage/repos.conf/haskell.conf'
-
'
eix-sync
-q'
-
'
egencache
--repo=haskell
--update
--update-use-local-desc'
# Push
#
- 'git add .'
#
- 'git commit -m "$(date -I) snapshot"'
-
'
git
add
.'
-
'
git
commit
-m
"$(date
-I)
snapshot"'
-
'
git
remote
set-url
origin
git@gitlab.james.tl:nest/gentoo/haskell.git'
-
'
git
push
-o
ci.skip
origin
"HEAD:${CI_COMMIT_BRANCH}"'
...
...
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