use curlimages/curl instead of just alpine
This commit is contained in:
parent
28fa922616
commit
34767dac72
1 changed files with 2 additions and 3 deletions
|
@ -67,10 +67,9 @@ name: hydra-deploy
|
|||
|
||||
steps:
|
||||
- name: Notify hydra
|
||||
image: alpine:latest
|
||||
image: curlimages/curl:latest
|
||||
commands:
|
||||
- apk add curl
|
||||
- curl --get --data-urlencode "repos=git+$DRONE_GIT_HTTP_URL?ref=$DRONE_COMMIT_BRANCH" https://hydra.chir.rs/api/push
|
||||
- curl --get --data-urlencode "jobsets=nixos-config:nixos-config" https://hydra.chir.rs/api/push
|
||||
|
||||
trigger:
|
||||
event:
|
||||
|
|
Loading…
Reference in a new issue