Add scheme for git clone
This commit is contained in:
parent
8d0acf7081
commit
438d0c26e7
@ -49,7 +49,7 @@ steps:
|
|||||||
# 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...
|
||||||
- apk add yq git
|
- apk add yq git
|
||||||
- git clone gitea.scubbo.org/scubbo/helm-charts
|
- git clone https://gitea.scubbo.org/scubbo/edh-elo.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