[Significant Changes] Added build_command.sh to simplify the .gitlab-ci.yml. Added LOG_FILE variable to make the enrypoing 'tail -f' command more useful.

This commit is contained in:
2023-03-21 18:00:07 +08:00
parent b6b90e5368
commit ad7a2f55ad
4 changed files with 40 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
variables:
LATEST_VER: "22.04"
build_22:
variables:
UBUNTU_VER: "22.04"