Fix the builder
This commit is contained in:
parent
affabc3c03
commit
4dc787f0e4
@ -8,8 +8,6 @@ steps:
|
|||||||
image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:ff4a98f2acb557ad443f279627036bebf06bc4f1
|
image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:ff4a98f2acb557ad443f279627036bebf06bc4f1
|
||||||
name: Build shoebill operator image
|
name: Build shoebill operator image
|
||||||
privileged: true
|
privileged: true
|
||||||
environment:
|
|
||||||
- PACKAGE_NAME=softplayer/softplayer-backend
|
|
||||||
commands:
|
commands:
|
||||||
- |
|
- |
|
||||||
if [[ "${CI_COMMIT_TAG}" ]]; then
|
if [[ "${CI_COMMIT_TAG}" ]]; then
|
||||||
@ -27,3 +25,5 @@ steps:
|
|||||||
limits:
|
limits:
|
||||||
memory: 1000Mi
|
memory: 1000Mi
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
|
securityContext:
|
||||||
|
privileged: true
|
||||||
|
Loading…
Reference in New Issue
Block a user