forked from firka/firka
Update Jenkinsfile
This commit is contained in:
14
Jenkinsfile
vendored
14
Jenkinsfile
vendored
@@ -13,15 +13,6 @@ pipeline {
|
||||
sh 'git submodule update --init --recursive'
|
||||
}
|
||||
}
|
||||
stage('Environment') {
|
||||
steps {
|
||||
sh '''
|
||||
$FLUTTER --version
|
||||
$DART --version
|
||||
$FLUTTER doctor -v
|
||||
'''
|
||||
}
|
||||
}
|
||||
stage('Dependencies') {
|
||||
steps {
|
||||
sh '''
|
||||
@@ -32,7 +23,10 @@ pipeline {
|
||||
}
|
||||
stage('Setup') {
|
||||
steps {
|
||||
sh 'cp -r /opt/secrets firka/'
|
||||
sh '''
|
||||
cp -r /opt/secrets firka/
|
||||
ls firka/secrets/
|
||||
'''
|
||||
}
|
||||
}
|
||||
stage('Codegen') {
|
||||
|
||||
Reference in New Issue
Block a user