From ec1d297653f02ee8490023f52aef5c181e386186 Mon Sep 17 00:00:00 2001 From: "Alejandro R. Mosteo" Date: Thu, 16 May 2019 18:04:23 +0200 Subject: [PATCH] disable duplicate resource definition --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index f57c494c..46c9311e 100644 --- a/shippable.yml +++ b/shippable.yml @@ -19,7 +19,7 @@ build: - if [ "$BRANCH" == "master" ] && [ "$IS_PULL_REQUEST" == false ]; then shipctl put_resource_state branchInfo BRANCH $BRANCH; fi - if [ "$BRANCH" == "stable" ] && [ "$IS_PULL_REQUEST" == false ]; then shipctl put_resource_state branchInfo BRANCH $BRANCH; fi -# Already defined in alire.git +# Already defined in alire.git: # resources: # - name: branchInfo # type: params