Skip to content

Commit

Permalink
Merge pull request #847 from smira/fix-repo-name
Browse files Browse the repository at this point in the history
Fix repo name in release script
  • Loading branch information
smira committed Jul 6, 2019
2 parents 7bc53a4 + 5aefd0b commit bc1ab4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if [[ "$1" = "nightly" ]]; then
fi

if [[ "$1" = "release" ]]; then
aptly_repository=aptly-repository
aptly_repository=aptly-release
aptly_snapshot=aptly-$version
aptly_published=s3:repo.aptly.info:./squeeze

Expand Down

0 comments on commit bc1ab4e

Please sign in to comment.