Pārlūkot izejas kodu

removing param being passed for build id of artifact

logicp 5 gadi atpakaļ
vecāks
revīzija
652fe63be2
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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