Skip to content

Commit

Permalink
ci: improve forceRunCI mac compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Sep 30, 2024
1 parent bc0d216 commit fa1cd09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/forceRunCI.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
PAT=`cat .pat`
auth=`echo -n "${PAT}:" | base64 --wrap=0`

auth=`echo "${PAT}:" | tr -d '\n' | base64 --wrap=0`
branch=`git rev-parse --abbrev-ref HEAD`

cdiCoreMap='{ "5.1": "feat/oauth-provider-base" }'
Expand Down

0 comments on commit fa1cd09

Please sign in to comment.