소스 검색

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