-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moved the notification after the first echo
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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: | | ||
|