Skip to content

Commit

Permalink
fixing jenkins build
Browse files Browse the repository at this point in the history
  • Loading branch information
dernasherbrezon committed Feb 18, 2024
1 parent c5b4d8c commit 7ca115f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_and_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ OS_CODENAME=$2
BASE_VERSION=$3
BUILD_NUMBER=$4
GPG_KEYNAME=$5
APT_CLI_VERSION="apt-cli-1.9"
APT_CLI_VERSION="apt-cli-1.8"

. ./configure_flags.sh ${CPU}

Expand Down
2 changes: 1 addition & 1 deletion configure_agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sudo bash -c "echo \"deb http://r2cloud.s3.amazonaws.com/cpu-generic $(lsb_relea
sudo apt-get update
sudo apt-get install -y debhelper git-buildpackage cmake libvolk2-dev libprotobuf-c-dev libconfig-dev check libiio-dev

APT_CLI_VERSION="apt-cli-1.9"
APT_CLI_VERSION="apt-cli-1.8"
if [ ! -f ${HOME}/${APT_CLI_VERSION}.jar ]; then
wget -O ${APT_CLI_VERSION}.jar.temp https://github.com/dernasherbrezon/apt-cli/releases/download/${APT_CLI_VERSION}/apt-cli.jar
mv ${APT_CLI_VERSION}.jar.temp ${HOME}/${APT_CLI_VERSION}.jar
Expand Down

0 comments on commit 7ca115f

Please sign in to comment.