File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ pipeline {
188
188
189
189
sh '''
190
190
$WORKSPACE/bin/destroy.sh
191
- find . -mindepth 2 -maxdepth 6 -type f -name Pulumi.yaml -execdir pulumi stack rm marajenkaws${BUILD_NUMBER} --force --yes \ \ ;
191
+ find . -mindepth 2 -maxdepth 6 -type f -name Pulumi.yaml -execdir $WORKSPACE/ pulumi/python/venv/bin/pulumi stack rm marajenkaws${BUILD_NUMBER} --force --yes \;
192
192
'''
193
193
}
194
194
}
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ pipeline {
197
197
# Destroy our partial build...
198
198
$WORKSPACE/bin/destroy.sh || true
199
199
# Clean up the Pulumi stack if it exists for our run - which it shouldn\' t, but you never know.
200
- find $WORKSPACE -mindepth 2 -maxdepth 7 -type f -name Pulumi.yaml -execdir $WORKSPACE/pulumi/python/venv/bin/pulumi stack rm marajenk${BUILD_NUMBER} --force --yes \\ ;
200
+ find $WORKSPACE -mindepth 2 -maxdepth 7 -type f -name Pulumi.yaml -execdir $WORKSPACE/pulumi/python/venv/bin/pulumi stack rm marajenk${BUILD_NUMBER} --force --yes \;
201
201
'''
202
202
}
203
203
}
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ pipeline {
228
228
/usr/local/bin/k3s-killall.sh || true
229
229
/usr/local/bin/k3s-uninstall.sh || true
230
230
# Clean up the Pulumi stack if it exists for our run - which it shouldn\' t, but you never know.
231
- find $WORKSPACE -mindepth 2 -maxdepth 7 -type f -name Pulumi.yaml -execdir $WORKSPACE/pulumi/python/venv/bin/pulumi stack rm marajenk${BUILD_NUMBER} --force --yes \\ ;
231
+ find $WORKSPACE -mindepth 2 -maxdepth 7 -type f -name Pulumi.yaml -execdir $WORKSPACE/pulumi/python/venv/bin/pulumi stack rm marajenk${BUILD_NUMBER} --force --yes \;
232
232
'''
233
233
}
234
234
}
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ pipeline {
183
183
# Destroy our partial build...
184
184
$WORKSPACE/bin/destroy.sh || true
185
185
# Clean up the Pulumi stack if it exists for our run - which it shouldn\' t, but you never know.
186
- find $WORKSPACE -mindepth 2 -maxdepth 7 -type f -name Pulumi.yaml -execdir $WORKSPACE/pulumi/python/venv/bin/pulumi stack rm marajenk${BUILD_NUMBER} --force --yes \\ ;
186
+ find $WORKSPACE -mindepth 2 -maxdepth 7 -type f -name Pulumi.yaml -execdir $WORKSPACE/pulumi/python/venv/bin/pulumi stack rm marajenk${BUILD_NUMBER} --force --yes \;
187
187
'''
188
188
}
189
189
}
Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ pipeline {
240
240
# True if it’s not there…
241
241
snap remove microk8s || true
242
242
# Clean up the Pulumi stack if it exists for our run - which it shouldn\' t, but you never know.
243
- find $WORKSPACE -mindepth 2 -maxdepth 7 -type f -name Pulumi.yaml -execdir $WORKSPACE/pulumi/python/venv/bin/pulumi stack rm marajenk${BUILD_NUMBER} --force --yes \\ ;
243
+ find $WORKSPACE -mindepth 2 -maxdepth 7 -type f -name Pulumi.yaml -execdir $WORKSPACE/pulumi/python/venv/bin/pulumi stack rm marajenk${BUILD_NUMBER} --force --yes \;
244
244
'''
245
245
}
246
246
}
Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ _EOF_
249
249
# True if it's not there
250
250
minikube delete || true
251
251
# Clean up the Pulumi stack if it exists for our run - which it shouldn\' t, but you never know.
252
- find $WORKSPACE -mindepth 2 -maxdepth 7 -type f -name Pulumi.yaml -execdir $WORKSPACE/pulumi/python/venv/bin/pulumi stack rm marajenk${BUILD_NUMBER} --force --yes \\ ;
252
+ find $WORKSPACE -mindepth 2 -maxdepth 7 -type f -name Pulumi.yaml -execdir $WORKSPACE/pulumi/python/venv/bin/pulumi stack rm marajenk${BUILD_NUMBER} --force --yes \;
253
253
'''
254
254
}
255
255
}
You can’t perform that action at this time.
0 commit comments