CLD-798 Add support for MM_ENV, various fixes (#26616)

* Add support for MM_ENV, various fixes
* Fix workflow template
* Fix reporting steps ordering
* Fix typo
* Improve state check message description
* Fix workflow syntax
* Fix fulltest variable generation
* Fix PR_NUMBER variable usage
* Fix BUILD_ID, add dashboard URL to status check
* Fix automation dashboard URL

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Mario Vitale
2024-04-03 12:14:19 +02:00
коммит произвёл GitHub
родитель 1f3bc992ea
Коммит dc36e42448
5 изменённых файлов: 124 добавлений и 94 удалений

Просмотреть файл

@@ -1,7 +1,3 @@
# Load environment variables from .env file
-include .ci/.env
export
SHELL := /bin/bash
.PHONY: all run stop clean