File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# ################################################################
2
2
# #
3
- # Copyright (c) 2019-2021 YottaDB LLC and/or its subsidiaries. #
3
+ # Copyright (c) 2019-2022 YottaDB LLC and/or its subsidiaries. #
4
4
# All rights reserved. #
5
5
# #
6
6
# This source code contains the intellectual property #
97
97
paths :
98
98
- ~/.cargo/bin/cargo-deadlinks
99
99
script :
100
- - apt-get update -qq && apt-get install -y -qq jq
100
+ - apt-get update -qq && apt-get install -y -qq jq wget
101
101
- export DEADLINKS_VERSION=$(wget -q -O - https://api.github.com/repos/deadlinks/cargo-deadlinks/releases/latest | jq --raw-output .tag_name)
102
102
- wget https://github.com/deadlinks/cargo-deadlinks/releases/download/$DEADLINKS_VERSION/cargo-deadlinks-linux -O cargo-deadlinks
103
103
- chmod +x ./cargo-deadlinks
You can’t perform that action at this time.
0 commit comments