Skip to content

Commit

Permalink
Fixing small issues caused by bump-blobs script
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminguttmann-avtq committed Oct 29, 2024
1 parent d52b200 commit 0f9218c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/credhub_exporter/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
set -eux

mkdir -p ${BOSH_INSTALL_TARGET}/bin
tar zxf credhub_exporter/credhub_exporter_0.47.3_linux_amd64.tar.gz --strip 1 -C ${BOSH_INSTALL_TARGET}/bin
tar zxf credhub_exporter/credhub_exporter_0.52.2_linux_amd64.tar.gz --strip 1 -C ${BOSH_INSTALL_TARGET}/bin
2 changes: 1 addition & 1 deletion packages/credhub_exporter/spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
name: credhub_exporter

files:
- credhub_exporter/credhub_exporter_0.47.3_linux_amd64.tar.gz
- credhub_exporter/credhub_exporter_0.52.2_linux_amd64.tar.gz


2 changes: 1 addition & 1 deletion packages/prometheus2/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ cp -a ${BOSH_COMPILE_TARGET}/common/* ${BOSH_INSTALL_TARGET}/common
# Extract prometheus package
mkdir -p ${BOSH_INSTALL_TARGET}/bin
tar xzvf ${BOSH_COMPILE_TARGET}/prometheus/prometheus-2.55.0.linux-amd64.tar.gz
cp -a ${BOSH_COMPILE_TARGET}/prometheus-2.54.0.linux-amd64/* ${BOSH_INSTALL_TARGET}/bin
cp -a ${BOSH_COMPILE_TARGET}/prometheus-2.55.0.linux-amd64/* ${BOSH_INSTALL_TARGET}/bin

0 comments on commit 0f9218c

Please sign in to comment.