Skip to content
This repository was archived by the owner on Mar 17, 2020. It is now read-only.

Commit 83d19f3

Browse files
committed
fix(Makefile): Removed redundant make push version
1 parent 3f4abd6 commit 83d19f3

File tree

1 file changed

+2
-5
lines changed
  • charts/activiti-cloud-notifications-graphql

1 file changed

+2
-5
lines changed

charts/activiti-cloud-notifications-graphql/Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,7 @@ updatebot/push-version:
7474

7575
@echo Doing updatebot push-version.....
7676
for number in 1 2; do \
77-
cd ../../; \
78-
updatebot push-version --kind make ACTIVITI_CLOUD_NOTIFICATIONS_VERSION $(RELEASE_VERSION); \
79-
updatebot push-version --kind maven org.activiti.cloud.examples:activiti-cloud-notifications-graphql $(RELEASE_VERSION) org.activiti.cloud.notifications.graphql:activiti-cloud-notifications-graphql-dependencies $(ACTIVITI_CLOUD_NOTIFICATIONS_SERVICE_VERSION); \
80-
rm -rf .updatebot-repos/; \
77+
updatebot -d ../../ push-version --kind maven org.activiti.cloud.examples:activiti-cloud-notifications-graphql $(RELEASE_VERSION) org.activiti.cloud.notifications.graphql:activiti-cloud-notifications-graphql-dependencies $(ACTIVITI_CLOUD_NOTIFICATIONS_SERVICE_VERSION); \
78+
rm -rf ../../.updatebot-repos/; \
8179
sleep $$[ ( $$RANDOM % 10 ) + 1 ]s; \
8280
done
83-

0 commit comments

Comments
 (0)