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

CI: Update CI_HOST variables

parent 9ae21d9a
Pipeline #271 passed with stages
in 1 minute and 49 seconds
...@@ -21,7 +21,7 @@ stages: ...@@ -21,7 +21,7 @@ stages:
- 'echo -e "[haskell]\nlocation = ${PWD}" > /etc/portage/repos.conf/haskell.conf' - 'echo -e "[haskell]\nlocation = ${PWD}" > /etc/portage/repos.conf/haskell.conf'
- 'eix-sync -q' - 'eix-sync -q'
- 'echo "FEATURES=\"-ipc-sandbox -network-sandbox\"" >> /etc/portage/make.conf' - 'echo "FEATURES=\"-ipc-sandbox -network-sandbox\"" >> /etc/portage/make.conf'
- 'egencache ${CI_HOST_EMERGE_DEFAULT_OPTS/-l/--load-average=} --repo=haskell --update --update-use-local-desc' - 'egencache $CI_HOST_EMERGE_DEFAULT_OPTS --repo=haskell --update --update-use-local-desc'
# Push # Push
- 'git add -f metadata/md5-cache profiles/use.local.desc' - 'git add -f metadata/md5-cache profiles/use.local.desc'
...@@ -31,7 +31,7 @@ stages: ...@@ -31,7 +31,7 @@ stages:
'Build Image': 'Build Image':
stage: 'build' stage: 'build'
image: '${CI_REGISTRY}/nest/tools/buildah:${CI_HOST_PLATFORM}' image: '${CI_REGISTRY}/nest/tools/buildah:${CI_HOST_CPU}'
script: script:
- 'buildah login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"' - 'buildah login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"'
- 'buildah bud --pull -t "$CI_REGISTRY_IMAGE" -f .Containerfile .' - 'buildah bud --pull -t "$CI_REGISTRY_IMAGE" -f .Containerfile .'
......
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