Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

Commit

Permalink
fixed bamboo artifact download links
Browse files Browse the repository at this point in the history
  • Loading branch information
farshidtz committed Jan 24, 2020
1 parent 479d3a0 commit 1554b3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/package/deb-all/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi
serviceName=linksmart-deployment-agent
wd=/var/local/$serviceName
packageName=linksmart-deployment-agent.deb
downloadURL=https://pipelines.linksmart.eu/browse/CPSW-DTB/latest/artifact/shared/linux-arm-debian-package/$packageName
downloadURL=https://pipelines.linksmart.eu/artifact/CPSW-DTB/shared/build-latest/Debian-packages/$packageName
envFile=.env

echo "================================================================================"
Expand Down
4 changes: 2 additions & 2 deletions build/package/deb-armv7/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ fi

serviceName=linksmart-deployment-agent
wd=/var/local/$serviceName
packageName=deployment-agent-linux-arm.deb
downloadURL=https://pipelines.linksmart.eu/browse/CPSW-DTB/latest/artifact/shared/linux-arm-debian-package/$packageName
packageName=linksmart-deployment-agent-armv7.deb
downloadURL=https://pipelines.linksmart.eu/artifact/CPSW-DTB/shared/build-latest/Debian-packages/$packageName
envFile=.env

echo "================================================================================"
Expand Down

0 comments on commit 1554b3c

Please sign in to comment.