Skip to content

Commit 3598ae2

Browse files
committed
make sure dest folder for workflow config exists
1 parent e60b4ba commit 3598ae2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/regression.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ jobs:
172172
S3_BASE_URL: https://altinity-build-artifacts.s3.amazonaws.com/
173173
PR_NUMBER: ${{ github.event.pull_request.number || 0 }}
174174
run: |
175+
mkdir -p $REPORTS_PATH
175176
cat > $REPORTS_PATH/workflow_config.json << 'EOF'
176177
${{ inputs.workflow_config }}
177178
EOF
@@ -236,6 +237,7 @@ jobs:
236237
S3_BASE_URL: https://altinity-build-artifacts.s3.amazonaws.com/
237238
PR_NUMBER: ${{ github.event.pull_request.number || 0 }}
238239
run: |
240+
mkdir -p $REPORTS_PATH
239241
cat > $REPORTS_PATH/workflow_config.json << 'EOF'
240242
${{ inputs.workflow_config }}
241243
EOF
@@ -301,6 +303,7 @@ jobs:
301303
S3_BASE_URL: https://altinity-build-artifacts.s3.amazonaws.com/
302304
PR_NUMBER: ${{ github.event.pull_request.number || 0 }}
303305
run: |
306+
mkdir -p $REPORTS_PATH
304307
cat > $REPORTS_PATH/workflow_config.json << 'EOF'
305308
${{ inputs.workflow_config }}
306309
EOF
@@ -369,6 +372,7 @@ jobs:
369372
S3_BASE_URL: https://altinity-build-artifacts.s3.amazonaws.com/
370373
PR_NUMBER: ${{ github.event.pull_request.number || 0 }}
371374
run: |
375+
mkdir -p $REPORTS_PATH
372376
cat > $REPORTS_PATH/workflow_config.json << 'EOF'
373377
${{ inputs.workflow_config }}
374378
EOF
@@ -433,6 +437,7 @@ jobs:
433437
S3_BASE_URL: https://altinity-build-artifacts.s3.amazonaws.com/
434438
PR_NUMBER: ${{ github.event.pull_request.number || 0 }}
435439
run: |
440+
mkdir -p $REPORTS_PATH
436441
cat > $REPORTS_PATH/workflow_config.json << 'EOF'
437442
${{ inputs.workflow_config }}
438443
EOF
@@ -492,6 +497,7 @@ jobs:
492497
S3_BASE_URL: https://altinity-build-artifacts.s3.amazonaws.com/
493498
PR_NUMBER: ${{ github.event.pull_request.number || 0 }}
494499
run: |
500+
mkdir -p $REPORTS_PATH
495501
cat > $REPORTS_PATH/workflow_config.json << 'EOF'
496502
${{ inputs.workflow_config }}
497503
EOF
@@ -556,6 +562,7 @@ jobs:
556562
S3_BASE_URL: https://altinity-build-artifacts.s3.amazonaws.com/
557563
PR_NUMBER: ${{ github.event.pull_request.number || 0 }}
558564
run: |
565+
mkdir -p $REPORTS_PATH
559566
cat > $REPORTS_PATH/workflow_config.json << 'EOF'
560567
${{ inputs.workflow_config }}
561568
EOF
@@ -625,6 +632,7 @@ jobs:
625632
S3_BASE_URL: https://altinity-build-artifacts.s3.amazonaws.com/
626633
PR_NUMBER: ${{ github.event.pull_request.number || 0 }}
627634
run: |
635+
mkdir -p $REPORTS_PATH
628636
cat > $REPORTS_PATH/workflow_config.json << 'EOF'
629637
${{ inputs.workflow_config }}
630638
EOF
@@ -700,6 +708,7 @@ jobs:
700708
S3_BASE_URL: https://altinity-build-artifacts.s3.amazonaws.com/
701709
PR_NUMBER: ${{ github.event.pull_request.number || 0 }}
702710
run: |
711+
mkdir -p $REPORTS_PATH
703712
cat > $REPORTS_PATH/workflow_config.json << 'EOF'
704713
${{ inputs.workflow_config }}
705714
EOF

0 commit comments

Comments
 (0)