Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
alin999 committed Jun 12, 2019
1 parent db9aba9 commit d093d48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ artifactory_docker_push: build
docker push $(ARTIFACTORY_DOCKER_REPO)/$(IMAGE_NAME):$(ARTIFACTORY_TAG)

artifactory_helm_push: _helm
mkdir -p temp_deploy
cp -Rf deploy/platformstorageapi/. temp_deploy/
mkdir -p temp_deploy
cp -Rf deploy/platformstorageapi/. temp_deploy/
cp temp_deploy/values-client.yaml temp_deploy/values.yaml
sed -i "s/IMAGE_TAG/$(ARTIFACTORY_TAG)/g" temp_deploy/values.yaml
find temp_deploy -type f -name 'values-*' -delete
Expand Down

0 comments on commit d093d48

Please sign in to comment.