From 1bbe2fbf8fa25f4ed0e7daa5fd9bbd5d30f52605 Mon Sep 17 00:00:00 2001 From: Mike Lloyd Date: Tue, 9 Jul 2024 19:06:03 +0000 Subject: [PATCH] bitbucket-pipelines.yml edited to allow for PIVOT workflow tracking --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 6d70e50..0c52026 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -13,6 +13,7 @@ pipelines: - git remote set-url origin ${BITBUCKET_GIT_SSH_ORIGIN} - git clone git@bitbucket.org:jacksonlaboratory/ngs-ops-nf-pipelines.git ngs-ops-nf-pipelines - cd ngs-ops-nf-pipelines + - git checkout PIVOT_workflows - git push git@github.com:TheJacksonLaboratory/cs-nf-pipelines.git main:main PIVOT_workflows:PIVOT_workflows --follow-tags - git clone --bare git@bitbucket.org:jacksonlaboratory/ngs-ops-nf-pipelines.git/wiki bit_wiki - cd bit_wiki