refactor: always use snapshot when not in CI
parent
6d0a38b269
commit
8e872c177f
|
@ -34,7 +34,7 @@ fi
|
|||
|
||||
# Only CI system should publish artifacts
|
||||
if [ "$CI" != "circleci" ]; then
|
||||
GRFLAGS="--auto-snapshot ${GRFLAGS}"
|
||||
GRFLAGS="--snapshot ${GRFLAGS}"
|
||||
GRFLAGS="--skip-announce ${GRFLAGS}"
|
||||
GRFLAGS="--skip-publish ${GRFLAGS}"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue