Skip to content

Commit

Permalink
ci: show mr.env env file
Browse files Browse the repository at this point in the history
  • Loading branch information
hfudev committed Jul 19, 2023
1 parent 7610e53 commit e872b69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab/ci/pre_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ mr_variables:
if echo "$CI_MERGE_REQUEST_LABELS" | egrep "(^|,)BUILD_AND_TEST_ALL_APPS(,|$)"; then
echo "BUILD_AND_TEST_ALL_APPS=1" >> mr.env
fi
- cat mr.env
artifacts:
reports:
dotenv: mr.env
Expand Down

0 comments on commit e872b69

Please sign in to comment.