Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
igrishaev committed Oct 20, 2020
1 parent 88e765b commit ec103c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

:deploy-repositories {"releases" {:url "https://repo.clojars.org" :creds :gpg}}

:release-tasks [;; ["vcs" "assert-committed"]
;; ["shell" "make" "docker-test"]
:release-tasks [["vcs" "assert-committed"]
["shell" "make" "docker-test"]
["shell" "make" "gh-build"]
["change" "version" "leiningen.release/bump-version" "release"]
["vcs" "commit"]
Expand Down

0 comments on commit ec103c2

Please sign in to comment.