Skip to content

Commit

Permalink
Fix login for auth (#121)
Browse files Browse the repository at this point in the history
* Fix login for auth

* better
  • Loading branch information
pvizeli authored Nov 23, 2021
1 parent 0d3f1a2 commit f27b10e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,8 @@ function codenotary_validate() {
fi

for j in {1..15}; do
if cas authenticate --signerID "${trust}" --silent "docker://${image}" ; then
# shellcheck disable=SC1007
if CAS_API_KEY= cas authenticate --signerID "${trust}" --silent "docker://${image}" ; then
success=true
break
fi
Expand Down

0 comments on commit f27b10e

Please sign in to comment.