mirror of
https://gitlab.com/signald/libraries/libsignal-client.git
synced 2024-12-04 19:46:37 +00:00
fix ci
This commit is contained in:
parent
3dd99ce5f8
commit
774a007697
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ jar:
|
|||
extends: .multitarget
|
||||
image: gradle:6
|
||||
stage: bindings
|
||||
needs: ["libsignal:bin"]
|
||||
needs: ["compile"]
|
||||
script:
|
||||
- git clone https://github.com/signalapp/libsignal-client
|
||||
- cd libsignal-client && git checkout "$libsignal_version"
|
||||
|
@ -66,7 +66,7 @@ jar x86_64-apple-darwin:
|
|||
image: gradle:6
|
||||
stage: bindings
|
||||
tags: [darwin-builder]
|
||||
needs: ["libsignal:bin:x86_64-apple-darwin"]
|
||||
needs: ["compile x86_64-apple-darwin"]
|
||||
script:
|
||||
- git clone https://github.com/signalapp/libsignal-client
|
||||
- cd libsignal-client && git checkout "$libsignal_version"
|
||||
|
|
Loading…
Reference in a new issue