File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,12 @@ case $CMD in
52
52
exit 1
53
53
esac
54
54
55
+ # --volume "${OUTPUT_DIR}:/sln/${output_folder}"
55
56
56
57
docker run \
57
58
--env " DOTNET_VERSION" \
58
59
--name test-runner \
59
- --volume " ${OUTPUT_DIR} :/sln/ ${output_folder} " \
60
+ --volume " $repo :/sln" \
60
61
--rm \
61
62
elastic/elasticsearch-net \
62
63
./build.sh $TASK " ${TASK_ARGS[@]} "
Original file line number Diff line number Diff line change 3
3
schedule :
4
4
- cron : " 0 0/2 * * *"
5
5
6
-
7
6
jobs :
8
7
active-branches :
9
8
runs-on : ubuntu-latest
38
37
with :
39
38
token : ${{ secrets.GITHUB_TOKEN }}
40
39
branch : " fix/${{ matrix.branch }}/code-gen"
41
- delete-branch : true
42
40
base : " ${{ matrix.branch }}"
43
41
commit-message : " [codegen] ${{ matrix.branch }} synchronization"
44
42
title : ' [codegen] ${{ matrix.branch }} synchronization'
You can’t perform that action at this time.
0 commit comments