Skip to content

Commit

Permalink
Update bb to 1.0.165 (#80)
Browse files Browse the repository at this point in the history
Replaces snapshot introduced in #73

Co-authored-by: ikappaki <[email protected]>
  • Loading branch information
ikappaki and ikappaki authored Nov 1, 2022
1 parent 3c369e0 commit a3236c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 30 deletions.
13 changes: 3 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,11 @@ jobs:
- v1-dependencies-{{ checksum "deps.edn" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
# - run:
# name: Install babashka
# command: |
# bash <(curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install) --dir ~
# sudo mv ~/bb /usr/local/bin/bb

- run:
name: Install babashka REVIEW
name: Install babashka
command: |
curl -sLO https://raw.githubusercontent.com/babashka/babashka/master/install
chmod +x ./install
sudo ./install --version 1.0.165-SNAPSHOT
bash <(curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install) --dir ~
sudo mv ~/bb /usr/local/bin/bb
- run:
name: Run babashka tests
Expand Down
21 changes: 1 addition & 20 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,29 +30,10 @@ jobs:
- name: Install Clojure
uses: DeLaGuardo/[email protected]
with:
# bb: '0.10.163'
bb: '1.0.165'
cli: '1.10.3.1013'
lein: '2.9.10'

- name: Install Babashka REVIEW
if: "!startsWith (matrix.os, 'win')"
run: |
curl -sLO https://raw.githubusercontent.com/babashka/babashka/master/install
chmod +x ./install
./install --version 1.0.165-SNAPSHOT
- name: Install Babashka REVIEW (win)
if: "startsWith (matrix.os, 'win')"
shell: cmd
run: |
set LOCAL_BIN_DIR=%USERPROFILE%\.local\bin
mkdir %LOCAL_BIN_DIR%
curl.exe -fsSL https://github.com/babashka/babashka-dev-builds/releases/download/v1.0.165-SNAPSHOT/babashka-1.0.165-SNAPSHOT-windows-amd64.zip -o bb-snap.zip || exit /b
unzip bb-snap.zip -d %LOCAL_BIN_DIR% || exit /b
echo %LOCAL_BIN_DIR%>> %GITHUB_PATH%
- name: Cache clojure dependencies
uses: actions/cache@v3
with:
Expand Down
2 changes: 2 additions & 0 deletions bb.edn
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{:paths ["resources" "bb"]

:min-bb-version "1.0.165"

:tasks
{:requires [[babashka.deps :as deps]
[babashka.fs :as fs]
Expand Down

0 comments on commit a3236c7

Please sign in to comment.