another shot at getting local shell

pull/24/head
Adam Townsend 2023-10-16 13:48:31 -07:00
parent e4eabf8aa6
commit ee07312b86
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -49,7 +49,7 @@ pipeline {
steps {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
sh 'mkdir -p url-shortener'
sh 'echo $SHELL'
sh 'env | grep -i shell'
sh 'shopt -s extglob'
sh 'cp -R !(url-shortener) url-shortener/'
sh 'rm -rf url-shortener/features'