Cat the file instead
This commit is contained in:
parent
e6f9a35517
commit
cdb4aabad4
1 changed files with 2 additions and 2 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -14,9 +14,9 @@ pipeline {
|
||||||
script {
|
script {
|
||||||
sh '''
|
sh '''
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
cat /key.properties >android/key.properties
|
||||||
|
|
||||||
flutter doctor
|
flutter doctor
|
||||||
|
|
||||||
flutter pub get
|
flutter pub get
|
||||||
chmod +x compile.sh
|
chmod +x compile.sh
|
||||||
./compile.sh
|
./compile.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue