test deply
This commit is contained in:
parent
84b23be1bb
commit
2aa28ecd10
3 changed files with 3 additions and 3 deletions
|
@ -67,4 +67,4 @@ jobs:
|
|||
on:
|
||||
condition: "$LAST_TAG != $CURRENT_VERSION"
|
||||
if: branch = master AND type = push
|
||||
after_success: make cleanup
|
||||
after_deploy: make cleanup
|
||||
|
|
2
Makefile
2
Makefile
|
@ -50,7 +50,7 @@ build_diff_file:
|
|||
git diff --name-status $(LAST_TAG) HEAD > $(ROOT_DIR)/release/diff
|
||||
|
||||
cleanup:
|
||||
@rm $(ROOT_DIR)/release/$(VERSION)
|
||||
@rm -rf $(ROOT_DIR)/release/$(VERSION)
|
||||
@rm $(ROOT_DIR)/release/$(VERSION).tar.gz
|
||||
|
||||
# docker commands
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?
|
||||
$arModuleVersion = array(
|
||||
"VERSION" => "5.2.6",
|
||||
"VERSION" => "5.2.7",
|
||||
"VERSION_DATE" => "2020-01-09 12:02:00"
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue