Fix resources isues 14
This commit is contained in:
@@ -28,6 +28,9 @@ spec:
|
||||
- ALL
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
env:
|
||||
- name: HOME
|
||||
value: /tekton/home
|
||||
script: |
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
@@ -42,6 +42,9 @@ spec:
|
||||
- ALL
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
env:
|
||||
- name: HOME
|
||||
value: /tekton/home
|
||||
script: |
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
@@ -46,6 +46,8 @@ spec:
|
||||
type: RuntimeDefault
|
||||
workingDir: $(workspaces.source.path)
|
||||
env:
|
||||
- name: HOME
|
||||
value: /tekton/home
|
||||
- name: GIT_USERNAME
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
||||
Reference in New Issue
Block a user