1
0
Fork 0
mirror of synced 2025-04-20 01:21:01 +00:00

test deply

This commit is contained in:
Akolzin Dmitry 2020-03-18 10:54:02 +03:00
parent 84b23be1bb
commit 2aa28ecd10
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -1,5 +1,5 @@
<?
$arModuleVersion = array(
"VERSION" => "5.2.6",
"VERSION" => "5.2.7",
"VERSION_DATE" => "2020-01-09 12:02:00"
);