Skip to content
Snippets Groups Projects
Commit f1d40914 authored by Erick Hitter's avatar Erick Hitter
Browse files

Overzealous commenting :|

parent 797c0bfc
No related branches found
No related tags found
1 merge request!1MVP build process
Pipeline #550 failed
...@@ -54,9 +54,10 @@ echo "" ...@@ -54,9 +54,10 @@ echo ""
echo "DOWNLOADING & VERIFYING NGINX RELEASE" echo "DOWNLOADING & VERIFYING NGINX RELEASE"
cd "$OG_DIR" || exit cd "$OG_DIR" || exit
curl -o "$NGINX_SRC_ARCHIVE" "$NGINX_SRC"
curl -o "$NGINX_SRC_ARCHIVE_SIGNATURE" "$NGINX_SIGNING"
# Disabled as nginx is signing with individuals' keys. # Disabled as nginx is signing with individuals' keys.
#curl -o "$NGINX_SRC_ARCHIVE" "$NGINX_SRC"
#curl -o "$NGINX_SRC_ARCHIVE_SIGNATURE" "$NGINX_SIGNING"
#gpg --import <(curl https://nginx.org/keys/nginx_signing.key) #gpg --import <(curl https://nginx.org/keys/nginx_signing.key)
#gpg --verify "$NGINX_SRC_ARCHIVE_SIGNATURE" "$NGINX_SRC_ARCHIVE" #gpg --verify "$NGINX_SRC_ARCHIVE_SIGNATURE" "$NGINX_SRC_ARCHIVE"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment