Compare commits
No commits in common. "6d198d290df1481f845a5c906af82cf421dd1526" and "08454740d603eeea25a91e470a9f670ce5895821" have entirely different histories.
6d198d290d
...
08454740d6
@ -1,7 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
set -euo pipefail
|
||||
IFS=$'\n\t'
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
kubectl get pipelinerun --all-namespaces -o go-template='{{range .items}}{{.metadata.namespace}}/{{.metadata.name}}{{"\n"}}{{end}}' | while read p; do namespace=$(cut -d '/' -f 1 <<<"$p"); name=$(cut -d '/' -f 2 <<<"$p"); kubectl delete pipelinerun -n "$namespace" "$name"; done
|
@ -37,8 +37,6 @@
|
||||
dest: /usr/local/bin/kx
|
||||
- src: decrypt_k8s_secret
|
||||
dest: /usr/local/bin/decrypt_k8s_secret
|
||||
- src: k8s_delete_pipeline_runs
|
||||
dest: /usr/local/bin/
|
||||
|
||||
- import_tasks: tasks/freebsd.yaml
|
||||
when: 'os_flavor == "freebsd"'
|
||||
|
@ -7,7 +7,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
export XDG_CURRENT_DESKTOP=sway
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
export WLR_RENDERER=vulkan
|
||||
#export WLR_RENDERER=vulkan
|
||||
|
||||
# Enable dark theme
|
||||
# export QT_STYLE_OVERRIDE=adwaita-dark
|
||||
|
Loading…
x
Reference in New Issue
Block a user