Skip to content

Commit

Permalink
upload formula first
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Jul 31, 2023
1 parent 4a331fb commit 2086a23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions script/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ if [[ ! -z "$S3_BUCKET" ]]; then
git add devel.properties
git commit -m "update devel to $version"

echo "Deploying https://download.clojure.org/install/clojure-tools-$version.tar.gz"
aws s3 cp --only-show-errors "target/clojure-tools-$version.tar.gz" "$S3_BUCKET/install/clojure-tools.tar.gz"
aws s3 cp --only-show-errors "target/clojure-tools-$version.tar.gz" "$S3_BUCKET/install/clojure-tools-$version.tar.gz"
echo "Deploying https://download.clojure.org/install/clojure@$version.rb"
aws s3 cp --only-show-errors "target/clojure.rb" "$S3_BUCKET/install/clojure.rb"
aws s3 cp --only-show-errors "target/clojure@$version.rb" "$S3_BUCKET/install/clojure@$version.rb"
echo "Deploying https://download.clojure.org/install/clojure-tools-$version.tar.gz"
aws s3 cp --only-show-errors "target/clojure-tools-$version.tar.gz" "$S3_BUCKET/install/clojure-tools.tar.gz"
aws s3 cp --only-show-errors "target/clojure-tools-$version.tar.gz" "$S3_BUCKET/install/clojure-tools-$version.tar.gz"
echo "Deploying https://download.clojure.org/install/linux-install-$version.sh"
aws s3 cp --only-show-errors "target/linux-install.sh" "$S3_BUCKET/install/linux-install.sh"
aws s3 cp --only-show-errors "target/linux-install.sh" "$S3_BUCKET/install/linux-install-$version.sh"
Expand Down

0 comments on commit 2086a23

Please sign in to comment.