Skip to content

Commit

Permalink
Merge pull request #2217 from puerco/cancel-upload
Browse files Browse the repository at this point in the history
Stop updating /debian/latest marker in scratch bucket
  • Loading branch information
k8s-ci-robot authored Aug 19, 2021
2 parents 63aa8b3 + 6c8110a commit aeab5ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/deb/jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@ declare -r IMG_NAME="debian-builder:${BUILD_TAG}"

docker build -t "${IMG_NAME}" "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
docker run -it --rm -v "${PWD}/bin:/src/bin" "${IMG_NAME}" $@

printf "%s" "${BUILD_TAG}" | gsutil cp - "${DEB_RELEASE_BUCKET}/latest"

0 comments on commit aeab5ca

Please sign in to comment.