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

`EXPORT` command not found

parent 08172f21
Branches
No related tags found
1 merge request!1MVP build process
Pipeline #548 failed
......@@ -19,10 +19,10 @@ export NGINX_SRC_DIR
mkdir -p "$NGINX_SRC_DIR"
NGINX_SRC_ARCHIVE="$OG_DIR/src/nginx-src.tar.gz"
EXPORT NGINX_SRC_ARCHIVE
export NGINX_SRC_ARCHIVE
NGINX_SRC_ARCHIVE_SIGNATURE="$OG_DIR/src/nginx-src.tar.gz.asc"
EXPORT NGINX_SRC_ARCHIVE_SIGNATURE
export NGINX_SRC_ARCHIVE_SIGNATURE
OPENSSL_DIR="$OG_DIR/src/openssl"
export OPENSSL_DIR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment