My hands are typing words
This commit is contained in:
parent
438d0c26e7
commit
c72c6aced9
@ -48,8 +48,10 @@ steps:
|
|||||||
# * if you try to clear the main directory and use it to checkout, Drone will just re-clone the original repo
|
# * if you try to clear the main directory and use it to checkout, Drone will just re-clone the original repo
|
||||||
# between steps
|
# between steps
|
||||||
# ...God, I really need to transition off of Drone and onto a better CI tool...
|
# ...God, I really need to transition off of Drone and onto a better CI tool...
|
||||||
|
- find . -not -path '.' | xargs rm -rf
|
||||||
|
- find . -not -path '.'
|
||||||
- apk add yq git
|
- apk add yq git
|
||||||
- git clone https://gitea.scubbo.org/scubbo/edh-elo.git
|
- git clone https://gitea.scubbo.org/scubbo/helm-charts.git
|
||||||
- cd helm-charts
|
- cd helm-charts
|
||||||
- yq -i '.image.tag = "${DRONE_COMMIT_SHA:0:10}"' charts/edh-elo/values.yaml
|
- yq -i '.image.tag = "${DRONE_COMMIT_SHA:0:10}"' charts/edh-elo/values.yaml
|
||||||
- git add -A
|
- git add -A
|
||||||
|
Loading…
x
Reference in New Issue
Block a user