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
Stage 3
Commits
da71f40e
Commit
da71f40e
authored
Dec 23, 2020
by
James T. Lee
Browse files
CI: Use CI_HOST_CPU variable
parent
de3d95d2
Pipeline
#277
passed with stage
in 2 minutes and 16 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
No files found.
.gitlab-ci.yml
View file @
da71f40e
...
@@ -3,7 +3,7 @@ stages:
...
@@ -3,7 +3,7 @@ stages:
-
'
sync'
-
'
sync'
default
:
default
:
image
:
'
${CI_REGISTRY}/nest/tools/buildah:${CI_HOST_
PLATFORM
}'
image
:
'
${CI_REGISTRY}/nest/tools/buildah:${CI_HOST_
CPU
}'
before_script
:
before_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"'
...
...
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