Trying hard to get this running...
This commit is contained in:
@@ -28,6 +28,9 @@ spec:
|
||||
inputs:
|
||||
- name: openwrt-configs
|
||||
type: git
|
||||
workspaces:
|
||||
- name: tmp
|
||||
mountPath: /usr/src/openwrt/tmp
|
||||
steps:
|
||||
- name: openwrt-get
|
||||
resources:
|
||||
@@ -64,6 +67,7 @@ spec:
|
||||
CCACHE_DIR=$(echo staging_dir/target-*)/ccache ccache -s
|
||||
ls -la .
|
||||
export FORCE_UNSAFE_CONFIGURE=1
|
||||
export IGNORE_ERRORS=1
|
||||
### cleanup
|
||||
#make clean
|
||||
#./scripts/feeds clean -a
|
||||
@@ -121,7 +125,7 @@ spec:
|
||||
resourceRef:
|
||||
name: openwrt-configs-git
|
||||
workspaces:
|
||||
- name: usr-src
|
||||
persistentVolumeClaim:
|
||||
claimName: tektoncd-workspaces
|
||||
subPath: usr_src
|
||||
- name: usr-src
|
||||
persistentVolumeClaim:
|
||||
claimName: tektoncd-workspaces
|
||||
subPath: usr_src
|
||||
Reference in New Issue
Block a user