add download_filemanager

This commit is contained in:
Fernando Ontiveros
2025-07-08 13:16:37 -04:00
parent 6ff4888f02
commit 90d9515075
4 changed files with 31 additions and 4 deletions

View File

@@ -8,9 +8,10 @@ stages:
build_job:
stage: build
script:
# Download fileManager
- bash docker/download_filemanager.sh "1.0.7"
- bash docker/build.sh $VERSION
before_script:
- VERSION=$(git describe | awk -F- '{ if( $2) {print $1 "." $2} else {print $1 ".0"} }' )
- echo $VERSION
- echo $VERSION