tests & deploy
This commit is contained in:
parent
a1c11b7e14
commit
f2ba164144
2 changed files with 2 additions and 2 deletions
|
@ -66,5 +66,5 @@ jobs:
|
|||
skip_cleanup: true
|
||||
on:
|
||||
condition: "$LAST_TAG != $CURRENT_VERSION"
|
||||
if: branch = master AND type = push
|
||||
if: branch = master AND type = push AND fork = false
|
||||
after_deploy: make cleanup
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?
|
||||
$arModuleVersion = array(
|
||||
"VERSION" => "5.2.10",
|
||||
"VERSION" => "5.2.5",
|
||||
"VERSION_DATE" => "2020-01-09 12:02:00"
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue