Browse Source

Update 'Jenkinsfile'

main
william 3 days ago
parent
commit
d4e9d2037a
  1. 2
      Jenkinsfile

2
Jenkinsfile

@ -15,7 +15,7 @@ pipeline {
}
bat '''
echo "${FIREBASE_TOKEN}"
echo ${FIREBASE_TOKEN}
npx firebase login --token ${FIREBASE_TOKEN}
npx firebase init
echo %cd%

Loading…
Cancel
Save