From 5a6b24cdfb1af4c829afd5237ef898670a415238 Mon Sep 17 00:00:00 2001 From: Ian Woodard <17186604+IanWoodard@users.noreply.github.com> Date: Thu, 30 May 2024 15:53:06 -0700 Subject: [PATCH] fix(gocd): Updating the scripts to be executable --- gocd/templates/bash/check-cloudbuild.sh | 0 gocd/templates/bash/check-github-runs.sh | 0 gocd/templates/bash/deploy.sh | 0 gocd/templates/bash/wait-canary.sh | 0 4 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 gocd/templates/bash/check-cloudbuild.sh mode change 100644 => 100755 gocd/templates/bash/check-github-runs.sh mode change 100644 => 100755 gocd/templates/bash/deploy.sh mode change 100644 => 100755 gocd/templates/bash/wait-canary.sh diff --git a/gocd/templates/bash/check-cloudbuild.sh b/gocd/templates/bash/check-cloudbuild.sh old mode 100644 new mode 100755 diff --git a/gocd/templates/bash/check-github-runs.sh b/gocd/templates/bash/check-github-runs.sh old mode 100644 new mode 100755 diff --git a/gocd/templates/bash/deploy.sh b/gocd/templates/bash/deploy.sh old mode 100644 new mode 100755 diff --git a/gocd/templates/bash/wait-canary.sh b/gocd/templates/bash/wait-canary.sh old mode 100644 new mode 100755