Skip to content

Commit

Permalink
#62: remove option 'squash=true' for merge phase
Browse files Browse the repository at this point in the history
  • Loading branch information
dgroup committed Feb 6, 2022
1 parent e532d0c commit adf4909
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ release:
# curl -s -X POST --url "https://circleci.com/api/v2/project/gh/dgroup/lazylead/envvar" -H @../circleci.header -H "accept: application/json" -H "content-type: application/json" -d "{ \"name\": \"DOCKER_RELEASE_TAGS\", \"value\": \"${tag}\" }" -o /dev/null
# curl -s -X POST --url https://circleci.com/api/v2/project/gh/dgroup/lazylead/pipeline -H @../circleci.header -H 'accept: application/json' -H 'content-type: application/json' -H 'x-attribution-login: dgroup' -o /dev/null
merge:
squash: true
script: |-
export PATH="/home/r/.local/bin:$PATH"
make virtualenv install test

0 comments on commit adf4909

Please sign in to comment.