Browse Source

removing param being passed for build id of artifact

logicp 5 years ago
parent
commit
652fe63be2
1 changed files with 1 additions and 1 deletions
  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