فهرست منبع

removing param being passed for build id of artifact

logicp 5 سال پیش
والد
کامیت
652fe63be2
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -15,7 +15,7 @@ jobs:
       - run:
           name: notify_production
           command: |
-            curl http://artifact.stronglogicsolutions.com/?artifact=ky_gui&build_id=<< pipeline.number >>
+            curl http://artifact.stronglogicsolutions.com/?artifact=ky_gui
 
 workflows:
  version: 2