add download_filemanager
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user