refactor: always use snapshot when not in CI

main
sundowndev 2021-07-16 14:25:13 +02:00
parent 6d0a38b269
commit 8e872c177f
1 changed files with 1 additions and 1 deletions

View File

@ -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