Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
saibotk.de
saiblog
Commits
2bc169fc
Commit
2bc169fc
authored
Sep 14, 2021
by
Saibotk
💬
Browse files
CI: Add privileged tags to podman tasks
parent
1b651c50
Pipeline
#11967
passed with stages
in 1 minute and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2bc169fc
...
...
@@ -40,6 +40,8 @@ build:
package
:
stage
:
package
image
:
quay.io/sheogorath/build-ah-engine:latest
tags
:
-
privileged
variables
:
LANG
:
C.UTF-8
before_script
:
...
...
@@ -55,6 +57,8 @@ package-deploy:
image
:
quay.io/sheogorath/build-ah-engine:latest
variables
:
LANG
:
C.UTF-8
tags
:
-
privileged
before_script
:
-
podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script
:
...
...
@@ -66,8 +70,7 @@ package-deploy:
test
:
stage
:
test
tags
:
-
dind
-
docker
-
privileged
image
:
quay.io/sheogorath/build-ah-engine:latest
variables
:
LANG
:
C.UTF-8
...
...
@@ -86,8 +89,7 @@ test:
test-deploy
:
stage
:
test
tags
:
-
dind
-
docker
-
privileged
image
:
quay.io/sheogorath/build-ah-engine:latest
variables
:
LANG
:
C.UTF-8
...
...
Write
Preview
Supports
Markdown
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