Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10 from jenkins-infra/smerle33-patch-1
Browse files Browse the repository at this point in the history
fix(sync recent releases): adding a venv python for blobxfer
  • Loading branch information
dduportal authored Feb 27, 2023
2 parents bd6dcfc + ac1f0a6 commit f7755a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blobxfer==1.6.0
1 change: 1 addition & 0 deletions sync-recent-releases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RECENT_RELEASES_JSON="$1"

echo ">> Update artifacts on get.jenkins.io"

source /srv/releases/.venv-blobxfer/bin/activate
source /srv/releases/.azure-storage-env
RECENT_RELEASES=$( jq --raw-output '.releases[] | .name + "/" + .version' "$RECENT_RELEASES_JSON" )
if [[ -z "$RECENT_RELEASES" ]] ; then
Expand Down

0 comments on commit f7755a6

Please sign in to comment.