Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit 2bf7b6e

Browse files
authored
Merge pull request #102 from postgres-ai/dmius-artifacts-save-fix
Save artifacts fix
2 parents 6c10264 + 910d4ee commit 2bf7b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nancy_run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1465,7 +1465,7 @@ function collect_results() {
14651465
if [[ "$RUN_ON" == "localhost" ]]; then
14661466
docker cp $CONTAINER_HASH:$MACHINE_HOME/$ARTIFACTS_FILENAME $ARTIFACTS_DESTINATION/
14671467
elif [[ "$RUN_ON" == "aws" ]]; then
1468-
mkdir $ARTIFACTS_DESTINATION/$ARTIFACTS_FILENAME
1468+
mkdir -p $ARTIFACTS_DESTINATION/$ARTIFACTS_FILENAME
14691469
docker-machine scp $DOCKER_MACHINE:/home/storage/$ARTIFACTS_FILENAME/* $ARTIFACTS_DESTINATION/$ARTIFACTS_FILENAME/
14701470
else
14711471
err "ASSERT: must not reach this point"

0 commit comments

Comments
 (0)