Skip to content

Commit

Permalink
Merge branch 'main' into PMM-12712-shards-info
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriCtvrtka authored Dec 19, 2023
2 parents 6c15ddd + 75fd4a0 commit 29d859b
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 46 deletions.
2 changes: 1 addition & 1 deletion build/scripts/build-client-deb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bin_dir=$(cd $(dirname $0); pwd -P)
tmp_dir=${root_dir}/tmp

main() {
local IMAGE=${1:-ubuntu:xenial}
local IMAGE=${1:-ubuntu:focal}
docker run --rm -e DEBIAN_FRONTEND=noninteractive \
-v ${bin_dir}:/home/builder/bin \
-v ${root_dir}/results:/home/builder/results ${IMAGE} sh -c "
Expand Down
6 changes: 4 additions & 2 deletions build/scripts/build-client-sdeb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ bin_dir=$(cd $(dirname $0); pwd -P)
tmp_dir=${root_dir}/tmp

main() {
local IMAGE=${1:-ubuntu:bionic}
docker run --rm -v ${bin_dir}:/home/builder/bin -v ${root_dir}/results:/home/builder/results ${IMAGE} sh -c "
local IMAGE=${1:-ubuntu:focal}
docker run --rm -e DEBIAN_FRONTEND=noninteractive \
-v ${bin_dir}:/home/builder/bin \
-v ${root_dir}/results:/home/builder/results ${IMAGE} sh -c "
set -o errexit
set -o xtrace
Expand Down
84 changes: 42 additions & 42 deletions cli-tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@types/promise-retry": "^1.1.3",
"@types/shelljs": "^0.8.12",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "8.56",
"eslint-config-airbnb-base": "^15.0.0",
Expand Down

0 comments on commit 29d859b

Please sign in to comment.