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
5252 exit 1
5353esac
5454
55+ # --volume "${OUTPUT_DIR}:/sln/${output_folder}"
5556
5657docker run \
5758 --env " DOTNET_VERSION" \
5859 --name test-runner \
59- --volume " ${OUTPUT_DIR} :/sln/ ${output_folder} " \
60+ --volume " $repo :/sln" \
6061 --rm \
6162 elastic/elasticsearch-net \
6263 ./build.sh $TASK " ${TASK_ARGS[@]} "
Original file line number Diff line number Diff line change 33 schedule :
44 - cron : " 0 0/2 * * *"
55
6-
76jobs :
87 active-branches :
98 runs-on : ubuntu-latest
3837 with :
3938 token : ${{ secrets.GITHUB_TOKEN }}
4039 branch : " fix/${{ matrix.branch }}/code-gen"
41- delete-branch : true
4240 base : " ${{ matrix.branch }}"
4341 commit-message : " [codegen] ${{ matrix.branch }} synchronization"
4442 title : ' [codegen] ${{ matrix.branch }} synchronization'
You can’t perform that action at this time.
0 commit comments