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

Commit b9d7de6

Browse files
committed
fix(Makefile): Corrected Bash error in updatebot/push-version
1 parent 1a1e766 commit b9d7de6

File tree

1 file changed

+1
-1
lines changed
  • charts/activiti-cloud-notifications-graphql

1 file changed

+1
-1
lines changed

charts/activiti-cloud-notifications-graphql/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ updatebot/push-version:
7676
for number in 1 2; do \
7777
cd ../../; \
7878
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); \
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); \
8080
rm -rf .updatebot-repos/; \
8181
sleep $$[ ( $$RANDOM % 10 ) + 1 ]s; \
8282
done

0 commit comments

Comments
 (0)