ci: remove dco check (dco bot already does this)
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>master
							parent
							
								
									87941225ed
								
							
						
					
					
						commit
						8b2c54bf57
					
				|  | @ -36,16 +36,9 @@ jobs: | |||
|       with: | ||||
|         go-version: ${{ matrix.go-version }} | ||||
| 
 | ||||
|     - name: Dependencies | ||||
|       run: | | ||||
|           sudo apt-get -q update | ||||
|           sudo -E apt-get -yq --no-install-suggests --no-install-recommends install python2-minimal | ||||
|           cd /tmp && go install github.com/vbatts/git-validation@latest | ||||
| 
 | ||||
|     - name: Build | ||||
|       working-directory: ./src/github.com/distribution/distribution | ||||
|       run: | | ||||
|         DCO_VERBOSITY=-q script/validate/dco | ||||
|         go build -i . | ||||
|         make build | ||||
|         make binaries | ||||
|  |  | |||
|  | @ -1,12 +0,0 @@ | |||
| #!/usr/bin/env bash | ||||
| 
 | ||||
| set -eu -o pipefail | ||||
| 
 | ||||
| if ! command -v git-validation; then | ||||
|     >&2 echo "ERROR: git-validation not found. Install with:" | ||||
|     >&2 echo "    go install github.com/vbatts/git-validation@latest" | ||||
|     exit 1 | ||||
| fi | ||||
| 
 | ||||
| verbosity="${DCO_VERBOSITY--v}" | ||||
| GIT_CHECK_EXCLUDE="./vendor:./script/validate/template" git-validation "$verbosity" -range "$COMMIT_RANGE" -run DCO,short-subject,dangling-whitespace | ||||
		Loading…
	
		Reference in New Issue