Skip to content

Commit

Permalink
Use our own scripts and Makefiles
Browse files Browse the repository at this point in the history
Instead of using Makefile.inc and the scripts from the image, use our
local versions.

Signed-off-by: Stephen Kitt <[email protected]>
  • Loading branch information
skitt authored and tpantelis committed Nov 3, 2020
1 parent a015f19 commit 205800e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM quay.io/submariner/shipyard-dapper-base:devel

ENV DAPPER_ENV="REPO TAG QUAY_USERNAME QUAY_PASSWORD TRAVIS_COMMIT GITHUB_SHA CLUSTERS_ARGS DEPLOY_ARGS E2E_ARGS RELEASE_ARGS" \
DAPPER_SOURCE=/go/src/github.com/submariner-io/shipyard DAPPER_DOCKER_SOCKET=true
ENV DAPPER_OUTPUT=${DAPPER_SOURCE}/output
ENV DAPPER_OUTPUT=${DAPPER_SOURCE}/output SCRIPTS_DIR=${DAPPER_SOURCE}/scripts/shared

WORKDIR ${DAPPER_SOURCE}

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ override CLUSTERS_ARGS += $(CLUSTER_SETTINGS_FLAG)
override DEPLOY_ARGS += $(CLUSTER_SETTINGS_FLAG)
override E2E_ARGS += $(CLUSTER_SETTINGS_FLAG) --nolazy_deploy cluster1

include $(SHIPYARD_DIR)/Makefile.inc
include Makefile.inc

TARGETS := $(shell ls -p scripts | grep -v -e /)

Expand Down

0 comments on commit 205800e

Please sign in to comment.