Skip to content

Commit

Permalink
moved the notification after the first echo
Browse files Browse the repository at this point in the history
  • Loading branch information
rjpadilla authored Jun 4, 2021
1 parent c022d14 commit 4ce06e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
sudo s3fs treehouses /var/www/html -o passwd_file=./.passwd-s3fs -o allow_other
sudo cp "$image_gz" "$image_sha1" "/var/www/html/$image_dir"
echo "Download url: http://download.treehouses.io/$image_dir$image_gz"
treehouses feedback "Download url: http://download.treehouses.io/$image_dir$image_gz"
mkdir -p ~/.ssh
chmod 700 ~/.ssh
echo "download.ole.org ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK6diybdi0R/Iptq9qGSP/ZU5zaJ8XrfGSuGvmsVFGKdQAPJsS4GhRm4cq8ucAYoatz9gx/mgJBWgPV6JPbkxiU=" > ~/.ssh/known_hosts
Expand All @@ -65,7 +66,6 @@ jobs:
ssh [email protected] sh -c ":; cd /data/images; ln -sf $name.img.gz latest.img.gz; ln -sf $name.img.gz.sha1 latest.img.gz.sha1"
fi
echo "Download url: http://download.treehouses.io/$image_dir$image_gz"
treehouses feedback "Download url: http://download.treehouses.io/$image_dir$image_gz"
- name: apache index
if: ${{ env.RELEASE }}
run: |
Expand Down

0 comments on commit 4ce06e7

Please sign in to comment.