|
|
@@ -39,7 +39,7 @@ steps:
|
|
39
|
39
|
- cp -rp html/. dist/var/www/html/gamma/
|
|
40
|
40
|
- mkdir -p dist/etc/nginx/snippets
|
|
41
|
41
|
- cp -p config/nginx-datasrc-location.conf dist/etc/nginx/snippets/nginx-datasrc-location.conf
|
|
42
|
|
- - RELEASE=$RELEASE-${TAG}
|
|
|
42
|
+ - RELEASE=${REPO_NAME}-${BRANCH}
|
|
43
|
43
|
- mv dist $RELEASE
|
|
44
|
44
|
- ls -la $RELEASE
|
|
45
|
45
|
- find $RELEASE -type f -exec md5sum '{}' \;
|