Skip to content

Commit

Permalink
sark-localcreaterepo: Use --quick as default for EIT_INJECT_OPTS
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed May 18, 2019
1 parent 6a35af7 commit 8064b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sark-localcreaterepo
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export SKIP_COMMIT="${SKIP_COMMIT:-0}"
export SAB_WORKSPACE="${SAB_WORKSPACE:-$PWD}"

# Add additional option for eit inject command.
export EIT_INJECT_OPTS="${EIT_INJECT_OPTS:-}"
export EIT_INJECT_OPTS="${EIT_INJECT_OPTS:---quick}"
export REPO_RESET="${REPO_RESET:-0}"

# Add skip env print if there are env vars with credentials.
Expand Down

0 comments on commit 8064b66

Please sign in to comment.