archive-deliverable #24

Merged
bucky merged 12 commits from archive-deliverable into master 2023-10-16 17:28:44 -07:00
Showing only changes of commit f8c20541d5 - Show all commits
Vendored
-2
View File
@@ -49,8 +49,6 @@ pipeline {
steps {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
sh 'mkdir -p url-shortener'
sh 'env | grep -i shell'
sh 'shopt -s extglob'
sh 'cp -R !(url-shortener) url-shortener/'
sh 'rm -rf url-shortener/features'
sh 'rm -rf url-shortener/spec'