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
13bead5c
Commit
13bead5c
authored
Dec 23, 2020
by
James T. Lee
Browse files
CI: Update CI_HOST variables
parent
9ae21d9a
Pipeline
#271
passed with stages
in 1 minute and 49 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
13bead5c
...
@@ -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
.'
...
...
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