Fix
This commit is contained in:
parent
bf481b76d1
commit
c383051194
1 changed files with 2 additions and 2 deletions
|
|
@ -135,7 +135,7 @@ jobs:
|
|||
- run:
|
||||
name: Publish artifact link to Slack
|
||||
command: |
|
||||
./bb .circleci/script/publish_artifact
|
||||
./bb .circleci/script/publish_artifact.clj
|
||||
mac:
|
||||
macos:
|
||||
xcode: "9.0"
|
||||
|
|
@ -203,7 +203,7 @@ jobs:
|
|||
- run:
|
||||
name: Publish artifact link to Slack
|
||||
command: |
|
||||
./bb .circleci/script/publish_artifact
|
||||
./bb .circleci/script/publish_artifact.clj
|
||||
deploy:
|
||||
docker:
|
||||
- image: circleci/clojure:lein-2.8.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue