https://github.com/Netflix/atlas
Revision 7971b7cf6534499f067753a39e697edea9b5a0b1 authored by Matt Zimmer on 29 March 2019, 23:14:20 UTC, committed by GitHub on 29 March 2019, 23:14:20 UTC
Add `--tags` to the `git fetch --unshallow` command. Specifying just
`--unshallow` or just `--tags` results in an artifact version of
`0.1` when building on Travis with `osx`.
1 parent 9c917f4
Raw File
Tip revision: 7971b7cf6534499f067753a39e697edea9b5a0b1 authored by Matt Zimmer on 29 March 2019, 23:14:20 UTC
Explicitly fetch tags for build (#1016)
Tip revision: 7971b7c
.gitignore

# Tmp files created by vim
*.swp

# Compiled sources
*.class

# Anything in target dirs
build
gh-pages-build
target

# Ivy caches
.gradle
.ivy2
.ivy2.cache
.sbt

# Intellij
*.iml
*.ipr
*.iws

# anything in .idea dirs
.idea
.idea_modules
out
back to top