···77# The directory Mix downloads your dependencies sources to.
88/deps/
991010-# Where 3rd-party dependencies like ExDoc output generated docs.
1111-/doc/
1212-1310# Ignore .fetch files in case you like to edit your project deps locally.
1411/.fetch
1512
+1-1
bin/seed-ci
···148148 let attic_token = $env.ATTIC_KEY?
149149150150 if $attic_use or $attic_upload {
151151- if ($attic_url == null) or ($attic_cache == null) or ($attic_token == null)) {
151151+ if ($attic_url == null) or ($attic_cache == null) or ($attic_token == null) {
152152 print "‼️ attic information missing, but attic-use or attic-upload are set to true"
153153 exit 1
154154 }