Skip to content

Commit 4561970

Browse files
committed
[YottaDB/DB/YDB#850] [Pipeline] Add wget, removed from parent image yottadb/yottadb
1 parent b77c683 commit 4561970

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#################################################################
22
# #
3-
# Copyright (c) 2019-2021 YottaDB LLC and/or its subsidiaries. #
3+
# Copyright (c) 2019-2022 YottaDB LLC and/or its subsidiaries. #
44
# All rights reserved. #
55
# #
66
# This source code contains the intellectual property #
@@ -97,7 +97,7 @@ pages:
9797
paths:
9898
- ~/.cargo/bin/cargo-deadlinks
9999
script:
100-
- apt-get update -qq && apt-get install -y -qq jq
100+
- apt-get update -qq && apt-get install -y -qq jq wget
101101
- export DEADLINKS_VERSION=$(wget -q -O - https://api.github.com/repos/deadlinks/cargo-deadlinks/releases/latest | jq --raw-output .tag_name)
102102
- wget https://github.com/deadlinks/cargo-deadlinks/releases/download/$DEADLINKS_VERSION/cargo-deadlinks-linux -O cargo-deadlinks
103103
- chmod +x ./cargo-deadlinks

0 commit comments

Comments
 (0)