Compare commits

..

1 Commits

2 changed files with 1 additions and 3 deletions

View File

@ -7,7 +7,7 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN apt update -y && apt upgrade -y && useradd -m docker RUN apt update -y && apt upgrade -y && useradd -m docker
RUN apt install -y --no-install-recommends \ RUN apt install -y --no-install-recommends \
curl jq git unzip \ curl jq git \
# dev dependencies # dev dependencies
build-essential libssl-dev libffi-dev python3 python3-venv python3-dev python3-pip \ build-essential libssl-dev libffi-dev python3 python3-venv python3-dev python3-pip \
# dot net core dependencies # dot net core dependencies

View File

@ -119,8 +119,6 @@ jobs:
-o benchmark-report.zip "$artifact_url" -o benchmark-report.zip "$artifact_url"
mkdir -p benchmark-report mkdir -p benchmark-report
# print ls -a
echo "$( ls -a benchmark-report )"
unzip benchmark-report.zip -d benchmark-report unzip benchmark-report.zip -d benchmark-report
# there will be a tar file in the benchmark-report directory # there will be a tar file in the benchmark-report directory
# called artifact.tar. unzip it into the benchmark-report # called artifact.tar. unzip it into the benchmark-report