Skip to content
Snippets Groups Projects

Add build

Merged Erick Hitter requested to merge add/build into master
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -7,7 +7,7 @@ before_script:
- echo $NGINX_VERSION
- echo $NGINX_BINARY
# Relies on latest binary build artifact from https://git.ethitter.com/debian/nginx-build.
- curl -o sources/usr/sbin/nginx "${NGINX_BINARY}"
- curl -o source/usr/sbin/nginx "${NGINX_BINARY}"
after_script:
- ls -la $CI_BUILDS_DIR
Loading