From 3d76e69c17949e45f5ff7c8eb6906c6972c61953 Mon Sep 17 00:00:00 2001 From: Gaurav Vaidya Date: Fri, 27 Jan 2023 17:37:12 -0500 Subject: [PATCH] Changed GitHub branch from `add-kubernetes` back to `master`. --- kubernetes/build-cam-database.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/build-cam-database.yaml b/kubernetes/build-cam-database.yaml index 00a14dc..bd50bec 100644 --- a/kubernetes/build-cam-database.yaml +++ b/kubernetes/build-cam-database.yaml @@ -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