Skip to content

Commit

Permalink
Remove circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
jbropho committed Feb 28, 2024
1 parent 84d79a7 commit deaed50
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 208 deletions.
206 changes: 0 additions & 206 deletions .circleci/config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
apt-get update
apt-get install -y gpg
echo $GPG_PRIVATE_KEY |base64 --decode |gpg --yes --batch --import
export LEIN_GPG=/__w/jackdaw/jackdaw/.circleci/bin/gpg
export LEIN_GPG=/__w/jackdaw/jackdaw/bin/gpg
export REAL_GPG=$(which gpg)
lein do jar, pom, deploy clojars
File renamed without changes.
2 changes: 1 addition & 1 deletion .circleci/bin/gpg → bin/gpg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
#
# Invoked by `LEIN_GPG=$app/.circleci/bin/gpg lein deploy clojars`
# Invoked by `LEIN_GPG=$app/bin/gpg lein deploy clojars`

echo $GPG_PASSPHRASE \
| $REAL_GPG --pinentry-mode loopback --yes --batch --passphrase-fd=0 $@

0 comments on commit deaed50

Please sign in to comment.