Semibit commited on
Commit
5c53931
·
1 Parent(s): 7390f1d

Update pipeline semibit-media-render-farm

Browse files
.harness/orgs/default/projects/xstocks/pipelines/semibit-media-render-farm.yaml CHANGED
@@ -29,7 +29,7 @@ pipeline:
29
  spec:
30
  shell: Sh
31
  command: |-
32
- git clone https://github.com/shiveshnavin/semibit-media-render-farm .
33
  rm Dockerfile
34
  cp Dockerfile.build Dockerfile
35
  npm run submodule
 
29
  spec:
30
  shell: Sh
31
  command: |-
32
+ git clone https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/shiveshnavin/semibit-media-render-farm.git .
33
  rm Dockerfile
34
  cp Dockerfile.build Dockerfile
35
  npm run submodule