diff options
author | cyBerta <cyberta@riseup.net> | 2024-03-03 15:23:56 +0100 |
---|---|---|
committer | kwadronaut <kwadronaut@autistici.org> | 2024-04-18 09:42:28 +0000 |
commit | e5a524d73d0dd9201d2d6ef5ffe89a50bc61cf39 (patch) | |
tree | b2f4a9c0609a5dd24bebce4384ebaef3c52e4b48 | |
parent | 9b2ab9339916a6b3168392447a5b4284bc3c9be3 (diff) |
pass tor lib builds from CI build step 'build' to 'screenshot'
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec7efdb3..e888f49b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -147,6 +147,8 @@ build: untracked: true paths: - app/build/outputs/ + # it's required to pass tor builds to screenshot step + - tor-android/tor-android-binary/build/ - build_deps.log - build.log when: always |