Skip to content

Commit

Permalink
Changed GitHub branch from add-kubernetes back to master.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav committed Jan 27, 2023
1 parent bf75b4e commit 3d76e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/build-cam-database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
limits:
cpu: '8'
memory: 150G
command: ["sh", "-c", "cd /workspace; rm -rf current; mkdir current; cd current; git clone https://github.com/NCATS-Tangerine/cam-pipeline.git; cd cam-pipeline; git checkout add-kubernetes; make all; rm -rf /workspace/success; mv /workspace/current /workspace/success"]
command: ["sh", "-c", "cd /workspace; rm -rf current; mkdir current; cd current; git clone https://github.com/NCATS-Tangerine/cam-pipeline.git; cd cam-pipeline; git checkout master; make all; rm -rf /workspace/success; mv /workspace/current /workspace/success"]
volumeMounts:
- mountPath: "/workspace"
name: storage
Expand Down

0 comments on commit 3d76e69

Please sign in to comment.