Skip to content

Commit

Permalink
Fix issue with acceptnace test
Browse files Browse the repository at this point in the history
  • Loading branch information
bonzofenix committed Sep 27, 2024
1 parent 909b56c commit 2d046c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/autoscaler/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ clean:
mta-deploy: mta-build build-extension-file
$(MAKE) -f metricsforwarder/Makefile set-security-group
@echo "Deploying with extension file: $(EXTENSION_FILE)"
@cf deploy $(MAKEFILE_DIR)/mta_archives/*.mtar -f --delete-services -e $(EXTENSION_FILE)
@cf deploy $(MAKEFILE_DIR)/build/*.mtar -f --delete-services -e $(EXTENSION_FILE)


build-extension-file:
Expand All @@ -171,7 +171,7 @@ mta-build: mta-build-clean
sed -i 's/VERSION/$(VERSION)/g' mta.yaml
mkdir -p $(DEST)
mbt build
@mv mta_archives/com.github.cloudfoundry.app-autoscaler-release_$(VERSION).mtar $(DEST)/app-autoscaler-release-v$(VERSION).mtar
@cp mta_archives/com.github.cloudfoundry.app-autoscaler-release_$(VERSION).mtar $(DEST)/app-autoscaler-release-v$(VERSION).mtar

mta-build-clean:
rm -rf mta_archives

0 comments on commit 2d046c1

Please sign in to comment.