From 4ce06e721cdedc096e0d14d3ec725b4a48ab4b35 Mon Sep 17 00:00:00 2001 From: RJ Padilla Date: Fri, 4 Jun 2021 19:46:44 -0400 Subject: [PATCH] moved the notification after the first echo --- .github/workflows/builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 7945df23..52d1cf0d 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -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 deploy@download.ole.org 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: |