Commit a90cf715 authored by James T. Lee's avatar James T. Lee
Browse files

CI: Generate metadata

parent 67edef3d
Pipeline #264 canceled with stages
in 2 minutes and 42 seconds
......@@ -17,9 +17,15 @@ stages:
# Sync
- 'git pull --no-edit https://github.com/gentoo-haskell/gentoo-haskell.git'
# Generate metadata
- 'echo -e "[haskell]\nlocation = ${PWD}" > /etc/portage/repos.conf/haskell.conf'
- 'eix-sync -q'
- 'echo "FEATURES=\"-ipc-sandbox -network-sandbox\"" >> /etc/portage/make.conf'
- '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}"'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment