Skip to content

Commit

Permalink
Update ENV VAR name: SKIPPER_PULL_LATEST_BEFORE_BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravid Brown committed Jun 8, 2017
1 parent bb5bc0c commit 61d49d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skipper/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from skipper import utils


PULL_LATEST_BEFORE_BUILD = os.environ.get("PULL_LATEST_BEFORE_BUILD", None)
PULL_LATEST_BEFORE_BUILD = os.environ.get("SKIPPER_PULL_LATEST_BEFORE_BUILD", None)


@click.group()
Expand Down

0 comments on commit 61d49d1

Please sign in to comment.