update Makefile
This commit is contained in:
parent
1369a68303
commit
29ef0370d2
2 changed files with 4 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -50,8 +50,8 @@ build_diff_file:
|
|||
@git diff --name-status $(LAST_TAG) HEAD > $(ROOT_DIR)/release/diff
|
||||
|
||||
cleanup:
|
||||
@rm $(ROOT_DIR)/release/$(CURRENT_VERSION)
|
||||
@rm $(ROOT_DIR)/release/$(CURRENT_VERSION).tar.gz
|
||||
@rm $(ROOT_DIR)/release/$(VERSION)
|
||||
@rm $(ROOT_DIR)/release/$(VERSION).tar.gz
|
||||
|
||||
# docker commands
|
||||
install:
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
#!/usr/bin/env php
|
||||
<?php
|
||||
|
||||
error_reporting(E_ALL ^ E_DEPRECATED);
|
||||
|
||||
require_once __DIR__ . '/../helpers/release/ReleaseBuilder.php';
|
||||
require_once __DIR__ . '/../helpers/release/ModifiedFile.php';
|
||||
require_once __DIR__ . '/../intaro.retailcrm/install/version.php';
|
||||
|
|
Loading…
Add table
Reference in a new issue