Skip to content

Commit

Permalink
(maint) Missed some nightly things in the makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Rhodes committed May 29, 2019
1 parent 06f50c1 commit bd0b88f
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,12 @@ export BUNDLE_PATH = $(pwd)/.bundle/gems
export BUNDLE_BIN = $(pwd)/.bundle/bin
export GEMFILE = $(pwd)/Gemfile

ifeq ($(IS_NIGHTLY),true)
dockerfile := Dockerfile.nightly
version := puppet6-nightly
else
version = $(shell echo $(git_describe) | sed 's/-.*//')
dockerfile := Dockerfile
endif

version = $(shell echo $(git_describe) | sed 's/-.*//')
dockerfile := Dockerfile

prep:
ifneq ($(IS_NIGHTLY),true)
@git fetch --unshallow ||:
@git fetch origin 'refs/tags/*:refs/tags/*'
endif

lint:
ifeq ($(hadolint_available),0)
Expand Down

0 comments on commit bd0b88f

Please sign in to comment.