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:
|
- run:
|
||||||
name: Publish artifact link to Slack
|
name: Publish artifact link to Slack
|
||||||
command: |
|
command: |
|
||||||
./bb .circleci/script/publish_artifact
|
./bb .circleci/script/publish_artifact.clj
|
||||||
mac:
|
mac:
|
||||||
macos:
|
macos:
|
||||||
xcode: "9.0"
|
xcode: "9.0"
|
||||||
|
|
@ -203,7 +203,7 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Publish artifact link to Slack
|
name: Publish artifact link to Slack
|
||||||
command: |
|
command: |
|
||||||
./bb .circleci/script/publish_artifact
|
./bb .circleci/script/publish_artifact.clj
|
||||||
deploy:
|
deploy:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/clojure:lein-2.8.1
|
- image: circleci/clojure:lein-2.8.1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue