Skip to content
Snippets Groups Projects

Improve artifact naming

Merged Erick Hitter requested to merge add/artifact-naming into master
1 file
+ 3
4
Compare changes
  • Side-by-side
  • Inline
+ 3
4
@@ -111,8 +111,7 @@ if [[ ! -f "$NGINX_SRC_DIR/objs/nginx" ]]; then
@@ -111,8 +111,7 @@ if [[ ! -f "$NGINX_SRC_DIR/objs/nginx" ]]; then
exit 1
exit 1
fi
fi
cp "$NGINX_SRC_DIR/objs/nginx" "$NGINX_BUILT_BINARY_PATH"
cd "$NGINX_SRC_DIR/objs"
 
./nginx -V
# Verify build works
cp "$NGINX_SRC_DIR/objs/nginx" "$NGINX_BUILT_BINARY_PATH"
cd "$NGINX_ARTIFACT_PATH" || exit 1
./"$NGINX_BUILT_BINARY_PATH" -V
Loading