Skip to content

Commit

Permalink
Skip verification of signatures
Browse files Browse the repository at this point in the history
GPG in GHA is misbehaving, apparently, although we are still validating hashes. This should be okay.
  • Loading branch information
jharmison-redhat committed Feb 17, 2021
1 parent cdde003 commit e2e7dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/operate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ function update_components() {
else
error_run "Updating the Operator SDK manager" 'pip3 install --user --upgrade -r "$SCRIPT_ROOT/requirements.txt"' || return 1
fi
error_run "Updating the Operator SDK" 'sdk_version=$(osdk-manager osdk update -vvvv | cut -d" " -f 3)' || return 1
error_run "Updating the Operator SDK" 'sdk_version=$(osdk-manager osdk update --no-verify -vvvv | cut -d" " -f 3)' || return 1
fi
components_updated=true
}
Expand Down

0 comments on commit e2e7dee

Please sign in to comment.