mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-27 04:58:38 +08:00
4 lines
281 B
YAML
4 lines
281 B
YAML
|
- block:
|
||
|
- name: Check Discuzq Version
|
||
|
shell: sudo echo "DiscuzQ version $(docker exec -it discuzq bash -c 'grep -rn "const VERSION =" /var/www/discuz/vendor/discuz/core/src/Foundation/Application.php | awk "{print \$5}" | tr -d ";"')" 1>> /data/logs/install_version.txt
|