removed shopt, added that in jenkins user's .profile

pull/24/head
Adam Townsend 2023-10-16 15:09:44 -07:00
parent ee07312b86
commit f8c20541d5
1 changed files with 0 additions and 2 deletions

2
Jenkinsfile vendored
View File

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